Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.1 KB

HanXinParams.md

File metadata and controls

18 lines (13 loc) · 1.1 KB

aspose_barcode_cloud.model.HanXinParams

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

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]