LEADTOOLS Barcode (Leadtools.Barcode assembly)

Writer Property

Show in webframe







Gets the instance of the BarcodeWriter class associated with this barcode engine that can be used to write barcodes to an image.
Syntax
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;}
@property (nonatomic, strong, readonly) LTBarcodeWriter* writer;
public BarcodeWriter getWriter()
 get_Writer(); 
public:
property BarcodeWriter^ Writer {
   BarcodeWriter^ get();
}

Property Value

The instance of the BarcodeWriter class associated with this barcode engine that can be used to write barcodes to an image.
Remarks

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.

Example

For an example, refer to BarcodeWriter.

Requirements

Target Platforms

See Also

Reference

BarcodeEngine Class
BarcodeEngine Members
BarcodeWriter Class
Writing Barcodes Tutorial

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features