[]
Specifies the barcode sizing modes.
public enum BarcodeSizeMode
Public Enum BarcodeSizeMode
| Name | Description |
|---|---|
| Normal | The overall size of the barcode is determined by properties like BarcodeSizeOptions.NarrowBarWidth, BarcodeSizeOptions.NarrowWideRatio etc. |
| Scale | The barcode is scaled to fit the target draw bounds (see DrawBarcode(GcGraphics, GcBarcode, RectangleF)). |