[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarcodeSizeMode

BarcodeSizeMode Enum

Specifies the barcode sizing modes.

Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public enum BarcodeSizeMode
Public Enum BarcodeSizeMode

Fields

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)).