Leadtools.Barcode Namespace > BarcodeEngine Class : Reader Property |
public BarcodeReader Reader {get;}
'Declaration Public ReadOnly Property Reader As BarcodeReader
'Usage Dim instance As BarcodeEngine Dim value As BarcodeReader value = instance.Reader
public BarcodeReader Reader {get;}
@property (nonatomic, strong, readonly) LTBarcodeReader* reader;
public BarcodeReader getReader()
get_Reader();
public: property BarcodeReader^ Reader { BarcodeReader^ get(); }
The BarcodeReader class is used to read one or more barcodes from an image. You cannot create an instance of BarcodeReader directly, instead, use the instance created inside BarcodeEngine which is accessed through BarcodeEngine.Reader.
For an example, refer to BarcodeReader.