ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeShowTextInfo Enumeration




In This Topic
    ImGearBarcodeShowTextInfo Enumeration
    In This Topic
    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
    [Browsable(true)]
    public enum ImGearBarcodeShowTextInfo : System.Enum 
    [Browsable(true)]
    __value public enum ImGearBarcodeShowTextInfo : public System.Enum 
    [Browsable(true)]
    public enum class ImGearBarcodeShowTextInfo : public System.Enum 
    Members
    MemberValueDescription
    All3All possible text is displayed.
    None0No text is displayed.
    Value1Only the value is displayed.
    ValueAndCheckSum2The value and check sum is displayed.
    Remarks

    The default value isAll.

    Inheritance Hierarchy

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

    See Also