ImageGear .NET - Updated May 30, 2018
ImGearBarcodeShowTextInfo Enumeration




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace : ImGearBarcodeShowTextInfo Enumeration
Specifies the text to display adjacent to the created barcode.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Enum ImGearBarcodeShowTextInfo 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearBarcodeShowTextInfo
Members
MemberDescription
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.
Remarks

The default value isAll.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Barcode.ImGearBarcodeShowTextInfo

See Also

Reference

ImageGear.Barcode Namespace