Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / BarcodeOptions Class / SizeOptions Property

In This Topic
    SizeOptions Property (BarcodeOptions)
    In This Topic
    Gets or sets a BarcodeSizeOptions object which specifies options affecting the size of the barcode.
    Syntax
    'Declaration
     
    Public Property SizeOptions As BarcodeSizeOptions
    public BarcodeSizeOptions SizeOptions {get; set;}
    See Also