Enum AutoSizeMode

AutoSizeMode enumeration

Specifies the different types of automatic sizing modes.

public enum AutoSizeMode

Values

NameValueDescription
None0Automatic resizing is disabled.
Nearest1Resizes barcode to nearest lowest possible size specified by BarCodeWidth and BarCodeHeight properties. Preserves default aspect ratio.
Interpolation2Resizes barcode to specified size. Size can be specified by BarCodeWidth and BarCodeHeight properties. Generated barcode may be invalid (not readable) after scaling.

See Also