Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / BarcodeOptions Class / SizeOptions Property

In This Topic
    SizeOptions Property
    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