Foxit PDF SDK
9.1
|
Instance Methods | |
(FSXFADoc *) | - getXFADoc |
Return XFA document object if the current document is XFA, else return nil. More... | |
(BOOL) | - isDynamicXFA |
Whether the current document is dynamic XFA. More... | |
(BOOL) | - reloadXFADoc:page_index: |
Reload the XFA document when pages are added or deleted from the XFA document. More... | |
- (FSXFADoc *) getXFADoc |
Return XFA document object if the current document is XFA, else return nil.
Extends class FSPDFViewCtrl.
- (BOOL) isDynamicXFA |
Whether the current document is dynamic XFA.
Extends class FSPDFViewCtrl.
- (BOOL) reloadXFADoc: | (FSDocProviderCallbackPageViewEventType) | page_view_event_type | |
page_index: | (NSArray< NSNumber * > *) | pageIndexes | |
Reload the XFA document when pages are added or deleted from the XFA document.
[in] | page_view_event_type | The event such as adding/deleting pages. |
[in] | pageIndexes | The related page indexes associate with event. |
Extends class FSPDFViewCtrl.