Leadtools.Barcode Namespace > BarcodeEngine Class : Writer Property |
public BarcodeWriter Writer {get;}
'Declaration Public ReadOnly Property Writer As BarcodeWriter
'Usage Dim instance As BarcodeEngine Dim value As BarcodeWriter value = instance.Writer
public BarcodeWriter Writer {get;}
ObjectiveC Syntax
Java Syntax
get_Writer();
public: property BarcodeWriter^ Writer { BarcodeWriter^ get(); }
The BarcodeWriter class is used to write one or more barcodes to an image. You cannot create an instance of BarcodeWriter directly, instead, use the instance created inside BarcodeEngine and accessed through BarcodeEngine.Writer.
For an example, refer to BarcodeWriter.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2