SetFastMode
Increases speed by preventing the Scan action from opening the files it is scanning. This action is provided only for compatibility with older applications, it is no longer used.
Syntax
bool SetFastMode ()
Parameters
None.Returns
Always True.Level
Any level but usually the batch level.Details
This action prevents the testing that the TIF files are valid and avoid conversion of TIF files to G4 compression for processing. Calling this action will allow TIF files that are not compatible with Datacap to be placed into a batch.This action is provided as backwards compatibility to older applications where this action was required to properly enable fast mode for PDF files.
SetImageType will automatically enable fast mode, if it is called with a extension other than TIF or JPG. For this action to take effect, it must be called before the Scan action.
- Example
SetImageType(.pdf) SetFastMode() Scan()