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();
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document