Accusoft.Forms1 - Updated
ShowText Property (Writer)



Accusoft.BarcodeXpressSdk Namespace > Writer Class : ShowText Property
Gets and sets if the barcode value is written as text adjacent to the created barcode.
Syntax
Public Shadows Property ShowText As ShowTextInfo
Dim instance As Writer
Dim value As ShowTextInfo
 
instance.ShowText = value
 
value = instance.ShowText
public new ShowTextInfo ShowText {get; set;}
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

Reference

Writer Class
Writer Members