API Reference / PlanetDecoderAPI ReferenceClass PlanetDecoderEdit on GitHubNamespace CodeGlyphX.PostalAssembly CodeGlyphXSource CodeGlyphX/Postal/PostalDecoder.cs:27Modifiers staticDecodes PLANET barcodes.InheritanceObjectPlanetDecoderFilter membersAll (5) Methods (5)Show inherited Expand all Collapse all ResetMethodspublic static Boolean TryDecode(BitMatrix modules, out String text) #CodeGlyphX/Postal/PostalDecoder.cs:27Returns: BooleanAttempts to decode a PLANET barcode from a BitMatrix.Parametersmodules CodeGlyphX.BitMatrix requiredposition: 0text System.String@ requiredposition: 1Inherited Methodspublic override Boolean Equals(Object obj) #CodeGlyphX/Pdf417Code.Macro.Decode.cs:61Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #CodeGlyphX/Pdf417Code.Macro.Decode.cs:91Returns: Int32Inherited from Objectpublic Type GetType() #CodeGlyphX/Pdf417Code.Macro.Decode.cs:16Returns: TypeInherited from Objectpublic override String ToString() #CodeGlyphX/Pdf417Code.Macro.Decode.cs:54Returns: StringInherited from Object