Enum BarCodeAspectSide
Chooses the side of barcode to keep aspect size using IronBarCode. This enum is related to BarCodeAspectSide with the side to keep.
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public enum BarCodeAspectSide
Fields
Name | Description |
---|---|
Horizontal | Keep width to the default ratio and will stretch height. |
Vertical | Keep height to the default ratio and will stretch width. |