Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration Public Property AdjustBarWidth As Boolean
'Usage Dim instance As WriterBase 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.The default value is true.
This property gets and sets an indicator to allow barcode bar width dynamic adjustment during barcode creation.