ImageGear .NET v24.12 - Updated
ShowText Property (ImGearBarcodeWriter)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : ShowText Property
Gets or sets if the barcode value is written as text adjacent to the created barcode.
Syntax
'Declaration
 
Public Shadows Property ShowText As ImGearBarcodeShowTextInfo
'Usage
 
Dim instance As ImGearBarcodeWriter
Dim value As ImGearBarcodeShowTextInfo
 
instance.ShowText = value
 
value = instance.ShowText
public new ImGearBarcodeShowTextInfo ShowText {get; set;}
public: __property new ImGearBarcodeShowTextInfo get_ShowText();
public: __property new void set_ShowText( 
   ImGearBarcodeShowTextInfo value
);
public:
new property ImGearBarcodeShowTextInfo ShowText {
   ImGearBarcodeShowTextInfo get();
   void set (    ImGearBarcodeShowTextInfo value);
}

Property Value

The ImGearBarcodeShowTextInfo enumeration value set.
Remarks

Note: This property is ignored when writing 2D barcode types since there is typically a large amount of data encoded by them. The barcode's value will not be written adjacent to 2D barcodes.

Default value: ImGearBarcodeShowTextInfo.All

See Also

Reference

ImGearBarcodeWriter Class
ImGearBarcodeWriter Members