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;}
@property (nonatomic, strong, readonly) LTBarcodeWriter* writer;
public BarcodeWriter getWriter()
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.