onScanDisplay: Instance Method

- (bool) onScanDisplay:(PxPicture *) pic;

References: PxPicture

Called when the scanned picture should be presented.

Parameters

  • pic — The picture to present.

Return Value

true to continue scanning.

Top