Gets or sets a value indicating whether dynamic adjustment of the bar widths during barcode
creation are allowed.
public bool AdjustBarWidth {get; set;}
public: __property bool get_AdjustBarWidth();
public: __property void set_AdjustBarWidth(
bool value
);
public:
property bool AdjustBarWidth {
bool get();
void set ( bool value);
}
'Declaration
Public Property AdjustBarWidth As Boolean
'Usage
Dim instance As ImGearBarcodeWriterBase
Dim value As Boolean
instance.AdjustBarWidth = value
value = instance.AdjustBarWidth
Property Value
A boolean value which is
true if dynamic adjustment is allowed. Otherwise,
false is returned.