onScanProgress::: Instance Method

- (void) onScanProgress:(unsigned int) page :(int) progress :(const PxRectF *) box;

References: PxRectF

Reports scanning progress.

Parameters

  • page — The current page number.
  • progress — The progress on the current page, from 0 to 100.
  • box — The region currently being scanned, or nil if not applicable.
Top