Specifies the text to display adjacent to the created barcode.
Syntax
'Declaration
<ObsoleteAttribute("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")>
<BrowsableAttribute(True)>
Public Enum ImGearBarcodeShowTextInfo
Inherits System.Enum
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
[Browsable(true)]
public enum ImGearBarcodeShowTextInfo : System.Enum
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
[Browsable(true)]
__value public enum ImGearBarcodeShowTextInfo : public System.Enum
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
[Browsable(true)]
public enum class ImGearBarcodeShowTextInfo : public System.Enum
Members
| Member | Description |
| All |
All possible text is displayed.
|
| None |
No text is displayed.
|
| Value |
Only the value is displayed.
|
| ValueAndCheckSum |
The value and check sum is displayed.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Barcode.ImGearBarcodeShowTextInfo
See Also