AutoSizeMode

AutoSizeMode enumeration

Specifies the different types of automatic sizing modes.

Members

Member name Description
NONE Automatic resizing is disabled.
NEAREST Resizes barcode to nearest lowest possible size specified by BarCodeWidth and BarCodeHeight properties.
Preserves default aspect ratio.
INTERPOLATION Resizes barcode to specified size.
Size can be specified by BarCodeWidth and BarCodeHeight properties.
Generated barcode may be invalid (not readable) after scaling.

See Also