Foxit PDF SDK
9.1
|
The PDF document event listener. More...
Instance Methods | |
(void) | - onDocClosed:error: |
Triggered when the document is closed. More... | |
(void) | - onDocLoading:progress: |
Triggered when loading documents. More... | |
(void) | - onDocOpened:error: |
Triggered when the document is opened. More... | |
(void) | - onDocSaved:error: |
Triggered when the document is saved. More... | |
(void) | - onDocWillClose: |
Triggered when the document will be closed. More... | |
(void) | - onDocWillOpen |
Triggered when the document will be opened. More... | |
(void) | - onDocWillSave: |
Triggered when the document will be saved. More... | |
The PDF document event listener.
|
optional |
Triggered when the document is closed.
[in] | document | PDF document instance which is closed. |
[in] | error | Error code. Please refer to FSErrorCode::FSErrXXX values and it should be one of these values. |
|
optional |
Triggered when loading documents.
[in] | document | PDF document instance which is loading. |
[in] | progress | An integer between 0 and 100 (inclusive), indicating the rate of current progress. -1 means error. |
|
optional |
Triggered when the document is opened.
[in] | document | PDF document instance which is opened. |
[in] | error | Error code. Please refer to FSErrorCode::FSErrXXX values and it should be one of these values. |
|
optional |
Triggered when the document is saved.
[in] | document | PDF document instance which is saved. |
[in] | error | Error code. Please refer to FSErrorCode::FSErrXXX values and it should be one of these values. |
|
optional |
Triggered when the document will be closed.
[in] | document | PDF document instance which will be closed. |
|
optional |
Triggered when the document will be opened.
|
optional |
Triggered when the document will be saved.
[in] | document | PDF document instance which will be saved. |