|
Foxit PDF SDK
9.1
|
Public Member Functions | |
| void | onDocumentAdded (int errorCode, String path) |
Public Attributes | |
| int | e_ErrSuccess = 0 |
| int | e_ErrUnknown = 1 |
Interface used to if the scaning content changes.
| void com.foxit.pdfscan.IPDFScanManagerListener.onDocumentAdded | ( | int | errorCode, |
| String | path | ||
| ) |
Called when if the scanned file is successfully saved as a pdf document.
| errorCode | if the scanned file is successfully saved as a pdf document, the errorCode is e_ErrSuccess, otherwise is e_ErrUnknown |
| path | the document file path. |
| int com.foxit.pdfscan.IPDFScanManagerListener.e_ErrSuccess = 0 |
Success, and no error occurs
| int com.foxit.pdfscan.IPDFScanManagerListener.e_ErrUnknown = 1 |
Failed, any unknown error occurs.