Foxit PDF SDK
9.1
|
Instance Methods | |
(UIViewController *) | - getPDFScanView |
Get the PDFScan controller. More... | |
(instancetype) | - NS_UNAVAILABLE |
(void) | - saveAsPDF: |
Save as PDF with file path. More... | |
(void) | - setItemHiddenWithType:hidden: |
Set the item of photos hidden in the camera viewcontroller of PDFScan. More... | |
Class Methods | |
(FSErrorCode) | + initializeCompression:serial2: |
Initialize the FoxitMobileRDKScanning Compression module with additional parameters. More... | |
(FSErrorCode) | + initializeScanner:serial2: |
Initialize the FoxitMobileRDKScanning module with additional parameters. More... | |
(instancetype) | + NS_UNAVAILABLE |
(PDFScanManager *) | + shareManager |
Singleton mode of PDFScanManager. More... | |
Properties | |
ScanPDFDoneCallBack | doneCallBack |
Callback after user click 'done' button in the camera viewcontroller of PDFScan. The callback will return pdffilePath by saveasPd.f. More... | |
PDFScanMenuViewManager * | menuViewManager |
User custom view manager. More... | |
ScanPDFSessionPageCountChangeCallBack | pageCountCallBack |
ScanPDFSaveAsCallBack | saveAsCallBack |
Callback after the file is saved. More... | |
PDFScanToolbarManager * | toolbarManager |
User custom toolbar manager . More... | |
- (UIViewController*) getPDFScanView |
Get the PDFScan controller.
Scan module start interface.
+ (FSErrorCode) initializeCompression: | (unsigned long) | serial1 | |
serial2: | (unsigned long) | serial2 | |
Initialize the FoxitMobileRDKScanning Compression module with additional parameters.
Successful initialization of the SDK requires a valid serial number.
[in] | serial1 | First part of the serial number. |
[in] | serial2 | Second part of the serial number. |
+ (FSErrorCode) initializeScanner: | (unsigned long) | serial1 | |
serial2: | (unsigned long) | serial2 | |
Initialize the FoxitMobileRDKScanning module with additional parameters.
Successful initialization of the SDK requires a valid serial number.
[in] | serial1 | First part of the serial number. |
[in] | serial2 | Second part of the serial number. |
+ (instancetype) NS_UNAVAILABLE |
- (instancetype) NS_UNAVAILABLE |
- (void) saveAsPDF: | (NSString *) | pdfFilePath |
Save as PDF with file path.
Save as PDF with file path, after saving will callback the function of ScanPDFSaveAsCallBack.
[in] | pdfFilePath | The pdf file path with saveas. |
- (void) setItemHiddenWithType: | (FSScanCameraControllerItemType) | itemType | |
hidden: | (BOOL) | hidden | |
Set the item of photos hidden in the camera viewcontroller of PDFScan.
hidden is YES otherwise is NO, default is NO.
[in] | hidden | hidden is YES otherwise is NO. |
+ (PDFScanManager *) shareManager |
Singleton mode of PDFScanManager.
Initialize the PDFScanManager module return the object of PDFScanManager.
|
readwritenonatomiccopy |
Callback after user click 'done' button in the camera viewcontroller of PDFScan. The callback will return pdffilePath by saveasPd.f.
|
readnonatomicstrong |
User custom view manager.
|
readwritenonatomiccopy |
|
readwritenonatomiccopy |
Callback after the file is saved.
|
readnonatomicstrong |
User custom toolbar manager .