Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : ShowText Property |
'Declaration Public Property ShowText As ShowTextInfo
'Usage Dim instance As WriterBase Dim value As ShowTextInfo instance.ShowText = value value = instance.ShowText
public ShowTextInfo ShowText {get; set;}
public: __property ShowTextInfo get_ShowText(); public: __property void set_ShowText( ShowTextInfo value );
public: property ShowTextInfo ShowText { ShowTextInfo get(); void set ( ShowTextInfo value); }
The default value is ShowTextInfo.All.
This property determines if the barcode value is written as text adjacent to the created barcode.