onScanCancel:: Instance Method

- (bool) onScanCancel:(unsigned int) page :(unsigned int) words;

Asks whether scanning should be cancelled.

Parameters

  • page — The current page number.
  • words — The number of words scanned so far.

Return Value

true to cancel the scan.

Top