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

ReadBarcodes Method

Show in webframe
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
 function Leadtools.Documents.DocumentPage.readBarcodes( 
   bounds ,
   maximumBarcodes ,
   symbologies 
)

Parameters

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

Return Value

TypeDescription
jQueryApi.IDeferred A Promise object that may resolve succesfully to an array of objects of type BarcodeData containing the data for each barcode found. An empty array is returned if no barcodes were found on the page.
Remarks

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

This method calls getImageUrl and then reads the barcodes found.

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.

See Also

Reference

DocumentPage Object
DocumentPage Members

Error processing SSI file