Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Writer Class / ShowText Property




In This Topic
    ShowText Property (Writer)
    In This Topic
    Gets and sets if the barcode value is written as text adjacent to the created barcode.
    Syntax
    'Declaration
     
    Public Shadows Property ShowText As ShowTextInfo
    'Usage
     
    Dim instance As Writer
    Dim value As ShowTextInfo
     
    instance.ShowText = value
     
    value = instance.ShowText
    public new ShowTextInfo ShowText {get; set;}
    public: __property new ShowTextInfo get_ShowText();
    public: __property new void set_ShowText( 
       ShowTextInfo value
    );
    public:
    new property ShowTextInfo ShowText {
       ShowTextInfo get();
       void set (    ShowTextInfo value);
    }

    Property Value

    The ShowTextInfo enumeration value set.
    Remarks

    Default value: ShowTextInfo.All

    See Also