Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

ReadBarcodes Method






Search area in page coordinates. If this value is Empty, then the whole page is searched for barcodes.
Maximum number of barcodes to read. Use -1 to read all the barcodes found.
Barcode symbologies to search for. If this value is null or an empty array, then all barcode symbologies are used.
Read the barcodes found on this page.
Syntax
'Declaration
 
Public Function ReadBarcodes( _
   ByVal bounds As LeadRectD, _
   ByVal maximumBarcodes As Integer, _
   ByVal symbologies() As BarcodeSymbology _
) As BarcodeData()
'Usage
 
Dim instance As DocumentPage
Dim bounds As LeadRectD
Dim maximumBarcodes As Integer
Dim symbologies() As BarcodeSymbology
Dim value() As BarcodeData
 
value = instance.ReadBarcodes(bounds, maximumBarcodes, symbologies)
public BarcodeData[] readBarcodes(LeadRectD bounds, int maximumBarcodes, BarcodeSymbology[] symbologies)
            

Parameters

bounds
Search area in page coordinates. If this value is Empty, then the whole page is searched for barcodes.
maximumBarcodes
Maximum number of barcodes to read. Use -1 to read all the barcodes found.
symbologies
Barcode symbologies to search for. If this value is null or an empty array, then all barcode symbologies are used.

Return Value

Array containing the data for each barcode found. An empty array is returned if no barcodes were found on the page.
Remarks

Refer to BarcodeEngine, BarcodeReader and BarcodeReader.ReadBarcodes for more information on reading barcodes using LEADTOOLS.

This method uses the engine set in DocumentBarcodes.BarcodeEngine. If this value is null then no barcodes are read and this method will return an empty array.

This method calls GetImage and then BarcodeReader.ReadBarcodes to read the barcodes.

Since the search area and options used can differ greatly from one call to the another, the document will never save the barcodes found in the cache. Each call to ReadBarcodes will re-read all the barcodes from the page image.

Example

For an example, refer to DocumentBarcodes.

Requirements

Target Platforms

See Also

Reference

DocumentPage Class
DocumentPage Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features