Foxit PDF SDK
9.1
|
Modules config for UIExtensionsManager. More...
Instance Methods | |
(id __nullable) | - initWithJSONData: |
Intialize extensions config. More... | |
Properties | |
BOOL | copyText |
Whether allow user to copy the text on document or not. More... | |
UISettingsModel * | defaultSettings |
More UI settings, internal use only. More... | |
BOOL | disableLink |
Whether to disable the hyperlink. By default, view control will jump to the link when finger tap on. Set to YES to disable this behaviour. More... | |
BOOL | fillSign |
Fillsign switch. Default is YES. More... | |
BOOL | loadAttachment |
Whether to load the PDF attachment module, set YES to allow users to view the file attachment in PDF document. More... | |
BOOL | loadEncryption |
Whether to load the encryption module, set YES to allow users to encrypt the PDF document by password. More... | |
BOOL | loadForm |
Whether to load the PDF form module, set YES to allow users to fill the form or export/import form data to/from PDF document. More... | |
BOOL | loadOutline |
Whether to load the PDF outline module, set YES to allow users to view/navigate from the outline in PDF document. More... | |
BOOL | loadPageNavigation |
Whether to load the page navigation module, set YES to allow users to navigate pages by inputing page number. More... | |
BOOL | loadReadingBookmark |
Whether to load the reading bookmark module, set YES to allow users to add/remove their own bookmark. More... | |
BOOL | loadSearch |
Whether to load the text search module, set YES to allow users to search text on PDF document. More... | |
BOOL | loadSignature |
Whether to load the PDF signature module, set YES to allow users to sign/verify the signature on PDF document. More... | |
BOOL | loadThumbnail |
Whether to load the thumbnail module, set YES to allow users to delete/add/rotate PDF Pages. More... | |
BOOL | runJavaScript |
Whether JavaScript is supported, set YES to allow users to response JavaScript. More... | |
NSMutableSet< NSString * > * | tools |
Supported tools. For elements please refer to Tool_XXX values. Annotation of unsupported types are not interactable. More... | |
Modules config for UIExtensionsManager.
- (id __nullable) initWithJSONData: | (NSData *__nonnull) | data |
Intialize extensions config.
[in] | data | The JSON data. |
|
readwritenonatomicassign |
Whether allow user to copy the text on document or not.
|
readnonatomicassign |
More UI settings, internal use only.
|
readwritenonatomicassign |
Whether to disable the hyperlink. By default, view control will jump to the link when finger tap on. Set to YES to disable this behaviour.
|
readwritenonatomicassign |
Fillsign switch. Default is YES.
|
readwritenonatomicassign |
Whether to load the PDF attachment module, set YES to allow users to view the file attachment in PDF document.
|
readwritenonatomicassign |
Whether to load the encryption module, set YES to allow users to encrypt the PDF document by password.
|
readwritenonatomicassign |
Whether to load the PDF form module, set YES to allow users to fill the form or export/import form data to/from PDF document.
|
readwritenonatomicassign |
Whether to load the PDF outline module, set YES to allow users to view/navigate from the outline in PDF document.
|
readwritenonatomicassign |
Whether to load the page navigation module, set YES to allow users to navigate pages by inputing page number.
|
readwritenonatomicassign |
Whether to load the reading bookmark module, set YES to allow users to add/remove their own bookmark.
|
readwritenonatomicassign |
Whether to load the text search module, set YES to allow users to search text on PDF document.
|
readwritenonatomicassign |
Whether to load the PDF signature module, set YES to allow users to sign/verify the signature on PDF document.
|
readwritenonatomicassign |
Whether to load the thumbnail module, set YES to allow users to delete/add/rotate PDF Pages.
|
readwritenonatomicassign |
Whether JavaScript is supported, set YES to allow users to response JavaScript.
|
readwritenonatomicstrong |
Supported tools. For elements please refer to Tool_XXX values. Annotation of unsupported types are not interactable.