TBarCode Library 11  TBarCode Library 11

Mode for calculating the DotCode symbol size.

Enumerator:
eDCSm_Default 

=-1: Default: The ratio between width and height is "3:2".

eDCSm_RatioWidthHeight 

=0: Ratio Width/Height: The aspect ratio between columns and rows defines the size of the symbol.

Syntax: "<columns>:<rows>", e.g.: "2:1" for twice as much columns than rows.

eDCSm_FixedWidth 

=1: Fixed number of columns: The number of columns is fixed, the number of rows is calculated.

eDCSm_FixedHeight 

=2: Fixed number of rows: The number of rows is fixed, the number of columns is calculated.

eDCSm_FixedWidthHeight 

=3: Fixed number of columns and rows: The number of columns and rows is fixed.