Accusoft.Forms1 - Updated
AdjustBarWidth Property



Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : AdjustBarWidth Property
Gets and sets a flag indicating if dynamic adjustment of the bar widths during barcode creation are allowed.
Syntax
Public Property AdjustBarWidth As Boolean
Dim instance As WriterBase
Dim value As Boolean
 
instance.AdjustBarWidth = value
 
value = instance.AdjustBarWidth
public bool AdjustBarWidth {get; set;}
public:
property bool AdjustBarWidth {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if dynamic adjustment is allowed. Otherwise, false is returned.
Remarks

The default value is true.

This property gets and sets an indicator to allow barcode bar width dynamic adjustment during barcode creation.

See Also

Reference

WriterBase Class
WriterBase Members