Gets or sets whether the Human Readable Text is formatted as specified by HIBC Standards i.e. Zeros are displayed as Slashed-Zeros and the Space character is displayed as an Underscore.
Namespace:
Neodynamic.Silverlight
Assembly:
Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
C# |
---|
public bool HibcFormatHumanReadableText { get; set; } |
Visual Basic (Declaration) |
---|
Public Property HibcFormatHumanReadableText As Boolean |
Visual C++ |
---|
public:
property bool HibcFormatHumanReadableText {
bool get ();
void set (bool value);
} |
See Also