API Reference / JapanPostDecoderAPI ReferenceClass JapanPostDecoderEdit on GitHubNamespace CodeGlyphX.JapanPostAssembly CodeGlyphXSource CodeGlyphX/JapanPost/JapanPostDecoder.cs:15Modifiers staticDecodes Japan Post barcodes.InheritanceObjectJapanPostDecoderFilter membersAll (5) Methods (5)Show inherited Expand all Collapse all ResetMethodspublic static Boolean TryDecode(BitMatrix modules, out String text) #CodeGlyphX/JapanPost/JapanPostDecoder.cs:15Returns: BooleanAttempts to decode a Japan Post 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