SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
<SECMCaptureDocumentWizardDelegate> Protocol Reference

#import <SECMCaptureDocumentWizardDelegate.h>

Inheritance diagram for <SECMCaptureDocumentWizardDelegate>:

Instance Methods

(void) - documentBuilderDidFinish:
 
(void) - documentBuilderDidClose:deleting:
 

Detailed Description

Definition at line 13 of file SECMCaptureDocumentWizardDelegate.h.

Method Documentation

- (void) documentBuilderDidClose: (SECMDocumentBuilder *)  builder
deleting: (BOOL)  deleting 

Called when the user wants to exit the document capture.

Parameters
SECMDocumentBuilderbuilder object that contains the document information. It can build a PDF with the document, give you access to each image individually, or and delete all the images
BOOLdeleting flag that specifies whether the user chose a destructive (f.e delete the document) action when closing the wizard
- (void) documentBuilderDidFinish: (SECMDocumentBuilder *)  builder

Called when the user is done creating the document

Parameters
SECMDocumentBuilderbuilder object that contains the document information. It can build a PDF with the document, give you access to each image individually, or and delete all the images

The documentation for this protocol was generated from the following file: