[]
Gets or sets a BarcodeSizeOptions object which specifies options affecting the size of the barcode.
[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