API Reference
Class
AustraliaPostDecoder
Decodes Australia Post customer barcodes.
Inheritance
- Object
- AustraliaPostDecoder
Methods
TryDecode 2 overloads
public static Boolean TryDecode(BitMatrix modules, out String text) #Returns:
BooleanAttempts to decode an Australia Post customer barcode from a BitMatrix.
Parameters
- modules CodeGlyphX.BitMatrix
- text System.String@
public static Boolean TryDecode(BitMatrix modules, Nullable<AustraliaPostCustomerEncodingTable> preferredCustomerTable, out AustraliaPostDecoded decoded) #Returns:
BooleanAttempts to decode an Australia Post customer barcode from a BitMatrix.
Parameters
- modules CodeGlyphX.BitMatrix
- preferredCustomerTable System.Nullable{CodeGlyphX.AustraliaPost.AustraliaPostCustomerEncodingTable}
- decoded CodeGlyphX.AustraliaPost.AustraliaPostDecoded@