Class BarCodeAspectSide
Chooses the side of barcode to keep aspect size using IronBarCode. This enum is related to BarCodeAspectSide with the side to keep.
Inheritance
System.Object
BarCodeAspectSide
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class BarCodeAspectSide : Enum
Fields
Horizontal
Keep width to the default ratio and will stretch height.
Declaration
public const BarCodeAspectSide Horizontal
Field Value
Type | Description |
---|---|
BarCodeAspectSide |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Vertical
Keep height to the default ratio and will stretch width.
Declaration
public const BarCodeAspectSide Vertical
Field Value
Type | Description |
---|---|
BarCodeAspectSide |