Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 865 Bytes

HanXinParams.md

File metadata and controls

12 lines (9 loc) · 865 Bytes

Aspose.BarCode.Cloud.Sdk.Model.HanXinParams

HanXin params.

Properties

Name Type Description Notes
EncodeMode HanXinEncodeMode Encoding mode for XanXin barcodes. Default value: HanXinEncodeMode.Auto. [optional]
ErrorLevel 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]
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]