Need better scanning performance?
Pages
Parameter Pages sets the 0-based page indexes of a file (.tiff or .pdf) for barcode searching.
JSON Structure
Location in template:
ImageSourceOptions
└── Pages
Parent object: ImageSource object
Example:
{
"Pages": [0,3,5,7,10]
}
- This snippet shows only the
Pagesparameter.- To use it, embed this parameter within a ImageSource object.
- For the complete JSON structure, see:
Parameter Details
| Pages Parameter Details |
|---|
| Description Sets the 0-based page indexes of a file (.tiff or .pdf) for barcode searching. |
| Type int array |
| Value range Each array item represents a specified 0-based page index. |