Gets or sets the width of Pharmacode Thin Bars. The unit of measure must be specified to BarcodeUnit property.
Namespace:
Neodynamic.WinControls.BarcodeProfessional
Assembly:
Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
Syntax
C# |
---|
public double PharmacodeThinBarWidth { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PharmacodeThinBarWidth As Double |
Visual C++ |
---|
public:
property double PharmacodeThinBarWidth {
double get ();
void set (double value);
} |
See Also