SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMDocumentBuilder Class Reference

#import <SECMDocumentBuilder.h>

Inheritance diagram for SECMDocumentBuilder:

Instance Methods

(UIImage *) - enhancedImageAtIndex:
 
(NSUInteger) - numberOfImages
 
(void) - buildPDFDocument
 
(NSData *) - PDFDocument
 
(void) - deleteDocument
 

Class Methods

(SECMDocumentBuilder *) + sharedDocumentBuilder
 

Detailed Description

Definition at line 12 of file SECMDocumentBuilder.h.

Method Documentation

- (void) buildPDFDocument

Builds a PDF document with the images

- (void) deleteDocument

Deletes the whole document (all the images captured)

- (UIImage *) enhancedImageAtIndex: (NSUInteger)  index

Gets the captured and processed image at the given index

Parameters
NSUIntegerindex the image's index
Returns
UIImage object with the image
- (NSUInteger) numberOfImages

Gets the number of captured and processed images

Returns
NSUInteger with the number of images
- (NSData *) PDFDocument

Gets the built PDF document

+ (SECMDocumentBuilder *) sharedDocumentBuilder

Singleton instance in charge of building the document

Returns
a shared SECMDocumentBuilder instance used by the wizard

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