Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / ShowTextInfo Enumeration




In This Topic
    ShowTextInfo Enumeration
    In This Topic
    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
    [Browsable(true)]
    public enum ShowTextInfo : System.Enum 
    [Browsable(true)]
    __value public enum ShowTextInfo : public System.Enum 
    [Browsable(true)]
    public enum class ShowTextInfo : public System.Enum 
    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