Gets size mode of DotCode symbol.
Returns currently adjusted value. The meaning of the size value depends on the current size mode:
- eDCSm_Default: the size value is ignored. The ratio between width and height is "3:2".
- eDCSm_RatioWidthHeight: the size value contains the ratio between width and height ("w:h").
- eDCSm_FixedWidth: the size value contains the width in number of dots.
- eDCSm_FixedHeight: the size value contains the height in number of dots.
- eDCSm_FixedWidthHeight: the size value contains the width and height in number of dots ("wxh").
- See also:
- BCGet_DotCode_Size(), BCSet_DotCode_Size()
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
- Return values:
-
eDCSm_Default | No value set. This is the default. Ratio between columns and rows is "3:2". |
e_DCSizeMode | Otherwise |