Foxit PDF SDK  9.1
<FSExtFileOpenDelegate> Protocol Reference
Inheritance diagram for <FSExtFileOpenDelegate>:

Instance Methods

(BOOL) - openFileAtPath:
 Open an external file by path. More...
 

Method Documentation

◆ openFileAtPath:

- (BOOL) openFileAtPath: (NSString *)  filePath
optional

Open an external file by path.

Parameters
[in]filePaththe path to the open file.
Returns
If the document type is supported and can be opened, open the document and return True,else return false.