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;}
ObjectiveC Syntax
Java Syntax
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2