Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentBarcodes Class : BarcodeEngine Property |
public BarcodeEngine BarcodeEngine {get; set;}
'Declaration
Public Property BarcodeEngine As BarcodeEngine
'Usage
Dim instance As DocumentBarcodes Dim value As BarcodeEngine instance.BarcodeEngine = value value = instance.BarcodeEngine
public BarcodeEngine getBarcodeEngine() public void setBarcodeEngine(BarcodeEngine value)
public: property BarcodeEngine^ BarcodeEngine { BarcodeEngine^ get(); void set ( BarcodeEngine^ value); }
The DocumentPage.ReadBarcodes method is used to read the barcodes of a page. The document will check if the value in BarcodeEngine is not null, if so, it will try to read the barcodes based on options set in BarcodeReader.
For more information, refer to Barcode processing with the Documents Library.
For an example, refer to DocumentBarcodes.