Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / BarcodeSizeOptions Class
Properties Methods


In This Topic
    BarcodeSizeOptions Class Members
    In This Topic

    The following tables list the members exposed by BarcodeSizeOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the BarcodeSizeOptions class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the bar height in twips.  
    Public PropertyGets or sets the barcode module size in twips.

    Zero means the default value which is different for different barcode types:

    • 15 twips for simple "bar" barcodes.
    • 75 twips for matrix barcodes (QRCode, DataMatrix).
    • 45 twips for RSS stacked barcodes (RSSStacked, RSSExpandedStacked).
    • 45 twips for composite barcodes.
     
    Public PropertyGets or sets the ratio between narrow and wide bars.  
    Public PropertyGets or sets the barcode sizing mode.  
    Public PropertyGets or sets the spacing between the main and the supplement bacodes in twips.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another C1.BarCode.BarCodeOptionsBase to the current object.  
    Public MethodOverridden. Makes a copy of the current object.  
    Public MethodOverridden. Compares this BarcodeSizeOptions to the specified object to determine whether the two are equal.  
    Public MethodOverridden. Calculates and retrieves a hash code based on the current values of specified options.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from C1.BarCode.BarCodeOptionsBase)
    Top
    See Also