Foxit PDF SDK  9.1
FSPDFViewCtrl(xfa) Category Reference

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...
 

Method Documentation

◆ getXFADoc

- (FSXFADoc *) getXFADoc

Return XFA document object if the current document is XFA, else return nil.

Extends class FSPDFViewCtrl.

◆ isDynamicXFA

- (BOOL) isDynamicXFA

Whether the current document is dynamic XFA.

Extends class FSPDFViewCtrl.

◆ reloadXFADoc:page_index:

- (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.

Parameters
[in]page_view_event_typeThe event such as adding/deleting pages.
[in]pageIndexesThe related page indexes associate with event.

Extends class FSPDFViewCtrl.