Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

HanXinParams.md

File metadata and controls

14 lines (10 loc) · 1.06 KB

HanXinParams

HanXin params.

Properties

Name Type Description Notes
encode_mode HanXinEncodeMode Encoding mode for XanXin barcodes. Default value: HanXinEncodeMode.Auto. [optional]
error_level HanXinErrorLevel Allowed Han Xin error correction levels from L1 to L4. Default value: HanXinErrorLevel.L1. [optional]
version HanXinVersion Allowed Han Xin versions, Auto and Version01 - Version84. Default value: HanXinVersion.Auto. [optional]
eci_encoding 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]

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