ImageGear .NET v24.12 - Updated
Writer Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcode Class : Writer Property
Gets access to the writer object.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Writer As ImGearBarcodeWriter
'Usage
 
Dim instance As ImGearBarcode
Dim value As ImGearBarcodeWriter
 
value = instance.Writer
[Browsable(false)]
public ImGearBarcodeWriter Writer {get;}
[Browsable(false)]
public: __property ImGearBarcodeWriter* get_Writer();
[Browsable(false)]
public:
property ImGearBarcodeWriter^ Writer {
   ImGearBarcodeWriter^ get();
}

Property Value

The main object for writing a barcode.
See Also

Reference

ImGearBarcode Class
ImGearBarcode Members