Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.25 KB

DotCodeParams.md

File metadata and controls

15 lines (11 loc) · 1.25 KB

DotCodeParams

Properties

Name Type Description Notes
aspect_ratio float Height/Width ratio of 2D BarCode module. [optional]
columns int 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]
encode_mode DotCodeEncodeMode Identifies DotCode encode mode. Default value: Auto. [optional]
eci_encoding ECIEncodings Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1. [optional]
is_reader_initialization 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]
rows int 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]

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