←Select platform

Writer Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeWriter Writer { get; } 
Public ReadOnly Property Writer As BarcodeWriter 
@property (nonatomic, strong, readonly) LTBarcodeWriter *writer 
public BarcodeWriter getWriter() 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly