Gets the instance of the BarcodeWriter class associated with this barcode engine that can be used to write barcodes to an image.
public BarcodeWriter Writer { get; }
Public ReadOnly Property Writer As Leadtools.Barcode.BarcodeWriter
public Leadtools.Barcode.BarcodeWriter Writer {get;}
@property (nonatomic, strong, readonly) LTBarcodeWriter *writer
public BarcodeWriter getWriter()
get_Writer();
public:
property Leadtools.Barcode.BarcodeWriter^ Writer {
Leadtools.Barcode.BarcodeWriter^ get();
}
The instance of the BarcodeWriter class associated with this barcode engine that can be used to write barcodes to an image.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET