DS.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarcodeSizeMode Enumeration

BarcodeSizeMode Enumeration
Specifies the barcode sizing modes.
Syntax
'Declaration
 
Public Enum BarcodeSizeMode 
   Inherits System.Enum
 
Members
MemberDescription
NormalThe overall size of the barcode is determined by properties like BarcodeSizeOptions.NarrowBarWidth, BarcodeSizeOptions.NarrowWideRatio etc.
ScaleThe barcode is scaled to fit the target draw bounds (see GcPdfBarcodeExtension.DrawBarcode).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Barcode.BarcodeSizeMode

See Also