[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarcodeSizeMode

Enum BarcodeSizeMode

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

Specifies the barcode sizing modes.

public enum BarcodeSizeMode

Fields

Normal = 0

The overall size of the barcode is determined by properties like BarcodeSizeOptions.NarrowBarWidth, BarcodeSizeOptions.NarrowWideRatio etc.

Scale = 1

The barcode is scaled to fit the target draw bounds (see DrawBarcode(GcGraphics, GcBarcode, RectangleF)).