Enum AutoSizeMode

Enum AutoSizeMode

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)

Specifies the different types of automatic sizing modes.

public enum AutoSizeMode

Fields

Interpolation = 2

Resizes barcode to specified size. Size can be specified by ImageWidth and ImageHeight properties. Generated barcode may be invalid (not readable) after scaling.

Nearest = 1

Resizes barcode to nearest lowest possible size specified by ImageWidth and ImageHeight properties. Preserves default aspect ratio.

None = 0

Automatic resizing is disabled.

 English