ImageGear .NET - Updated
ShowText Property (ImGearBarcodeWriterBase)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : ShowText Property
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

Reference

ImGearBarcodeWriterBase Class
ImGearBarcodeWriterBase Members