Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / ShowTextInfo Enumeration




ShowTextInfo Enumeration
Specifies the text to display adjacent to the created barcode.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Enum ShowTextInfo 
   Inherits System.Enum
 
'Usage
 
Dim instance As ShowTextInfo
Members
MemberValueDescription
All3 All possible text is displayed.
None0 No text is displayed.
Value1 Only the value is displayed.
ValueAndCheckSum2 The value and checksum are displayed.
Remarks

The default value is All.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.BarcodeXpressSdk.ShowTextInfo

See Also