Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.34 KB

DotCodeParams.md

File metadata and controls

16 lines (12 loc) · 1.34 KB

DotCodeParams

DotCode parameters.

Properties

Name Type Description Notes
AspectRatio float64 Height/Width ratio of 2D BarCode module. [optional] [default to null]
Columns int32 Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. [optional] [default to null]
EncodeMode *DotCodeEncodeMode Identifies DotCode encode mode. Default value: Auto. [optional] [default to null]
ECIEncoding *EciEncodings Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1. [optional] [default to null]
IsReaderInitialization bool Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. [optional] [default to null]
Rows int32 Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. [optional] [default to null]

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