ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeWriterBase Class / ShowText Property




In This Topic
    ShowText Property (ImGearBarcodeWriterBase)
    In This Topic
    Gets or sets the display level of the barcode value written as text adjacent to the created barcode.
    Syntax
    'Declaration
     
    Public Property ShowText As ImGearBarcodeShowTextInfo
    'Usage
     
    Dim instance As ImGearBarcodeWriterBase
    Dim value As ImGearBarcodeShowTextInfo
     
    instance.ShowText = value
     
    value = instance.ShowText
    public ImGearBarcodeShowTextInfo ShowText {get; set;}
    public: __property ImGearBarcodeShowTextInfo get_ShowText();
    public: __property void set_ShowText( 
       ImGearBarcodeShowTextInfo value
    );
    public:
    property ImGearBarcodeShowTextInfo ShowText {
       ImGearBarcodeShowTextInfo get();
       void set (    ImGearBarcodeShowTextInfo value);
    }

    Property Value

    The ImGearBarcodeShowTextInfo value.
    Remarks

    The default value is ImGearBarcodeShowTextInfo.All.

    This property determines if the barcode value is written as text adjacent to the created barcode.

    See Also