API Reference / PostnetDecoderAPI ReferenceClass PostnetDecoderEdit on GitHubNamespace CodeGlyphX.PostalAssembly CodeGlyphXSource ../../../../_/CodeGlyphX/Postal/PostalDecoder.cs:15Modifiers staticDecodes POSTNET barcodes.InheritanceObjectPostnetDecoderFilter membersAll (5) Methods (5)Show inherited Expand all Collapse all ResetMethodspublic static Boolean TryDecode(BitMatrix modules, out String text) #../../../../_/CodeGlyphX/Postal/PostalDecoder.cs:15Returns: BooleanAttempts to decode a POSTNET barcode from a BitMatrix.Parametersmodules CodeGlyphX.BitMatrix requiredposition: 0text System.String@ requiredposition: 1Inherited Methodspublic override Boolean Equals(Object obj) #../../../../_/CodeGlyphX/QR.Builder.cs:201Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #../../../../_/CodeGlyphX/QR.Builder.cs:223Returns: Int32Inherited from Objectpublic Type GetType() #../../../../_/CodeGlyphX/QR.Builder.cs:161Returns: TypeInherited from Objectpublic override String ToString() #../../../../_/CodeGlyphX/QR.Builder.cs:193Returns: StringInherited from Object