Accusoft.Forms1 - Updated
ShowText Property (WriterBase)



Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : ShowText Property
Gets and sets the display level of the barcode value written as text adjacent to the created barcode.
Syntax
Public Property ShowText As ShowTextInfo
Dim instance As WriterBase
Dim value As ShowTextInfo
 
instance.ShowText = value
 
value = instance.ShowText
public ShowTextInfo ShowText {get; set;}
public:
property ShowTextInfo ShowText {
   ShowTextInfo get();
   void set (    ShowTextInfo value);
}

Property Value

The ShowTextInfo value.
Remarks

The default value is ShowTextInfo.All.

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

See Also

Reference

WriterBase Class
WriterBase Members