Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.13 KB

HanXinParams.md

File metadata and controls

14 lines (10 loc) · 1.13 KB

HanXinParams

HanXin params.

Properties

Name Type Description Notes
EncodeMode *HanXinEncodeMode Encoding mode for XanXin barcodes. Default value: HanXinEncodeMode.Auto. [optional] [default to null]
ErrorLevel *HanXinErrorLevel Allowed Han Xin error correction levels from L1 to L4. Default value: HanXinErrorLevel.L1. [optional] [default to null]
Version *HanXinVersion Allowed Han Xin versions, Auto and Version01 - Version84. Default value: HanXinVersion.Auto. [optional] [default to null]
ECIEncoding *EciEncodings Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Default value: ECIEncodings.ISO_8859_1 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]