[]
        
(Showing Draft Content)

C1.Document.BarcodeOptions.SizeOptions

SizeOptions Property

SizeOptions

Gets or sets a BarcodeSizeOptions object which specifies options affecting the size of the barcode.

Declaration
[C1Description("BarcodeOptions.SizeOptions", "Specifies options affecting the size of the barcode.")]
[C1Category("Appearance")]
[TypeConverter(typeof(ExpandableObjectConverter))]
[CLSCompliant(false)]
public BarcodeSizeOptions SizeOptions { get; set; }
<C1Description("BarcodeOptions.SizeOptions", "Specifies options affecting the size of the barcode.")>
<C1Category("Appearance")>
<TypeConverter(GetType(ExpandableObjectConverter))>
<CLSCompliant(False)>
Public Property SizeOptions As BarcodeSizeOptions