FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Assist in determining the permissions of the User_Permissions. More...
Public Member Functions | |
checkAnnotForm () | |
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value) If value UserPermissionEnum.modify is also set, user can create or modify interactive form fields (including signature fields). More... | |
checkAssemble () | |
Assemble PDF document. (Bit 11 in permission value) If this value is set, it enables to assemble the document (Insert, rotate, or delete pages and create bookmarks or thumbnail images), regardless if value UserPermissionEnum.modify is set or not. More... | |
checkCannotModifyAny () | |
Check that the permission value does not modify anything. More... | |
checkCannotModifyExcludeAssemble () | |
Check that the permission value does not modify anything. Unsure of permissions to assemble documents (insert, rotate, or delete pages and create bookmarks or thumbnails). More... | |
checkExtract () | |
Extract PDF contents. (Bit 5 in permission value) If this value is set, user can copy or otherwise extract text and graphics from the document by operations other than that controlled by value UserPermissionEnum.extractAccess. More... | |
checkExtractAccess () | |
Disabilities support. (Bit 10 in permission value) If this value is set, user can extract text and graphics in support of accessibility to users with disabilities or for other purposes. More... | |
checkFillForm () | |
Fill PDF form. (Bit 9 in permission value) If this value is set, user can fill in interactive form fields (including signature fields), even if value UserPermissionEnum.annotForm is not used. More... | |
checkModify () | |
Modify PDF contents. (Bit 4 in permission value) If this value is set, user can modify contents of PDF document by operations other than those controlled by values UserPermissionEnum.annotForm, UserPermissionEnum.fillForm and UserPermissionEnum.assemble. More... | |
checkPrint () | |
Print PDF document with normal mode. (Bit 3 in permission value) If user wants to print a higher quality level of PDF document, please set current value with value UserPermissionEnum.print together. More... | |
checkPrintHigh () | |
Print PDF document with higher qualities. (Bit 12 in permission value) If this value is not set (and value UserPermissionEnum.print is set), printing is limited to a low-level representation of the appearance, possibly of degraded quality. More... | |
constructor (permissions=defaultUserPermission) | |
Tectonic UserPermission class. More... | |
getValue () | |
Gets a decimal representation of a specific permission value. More... | |
or (permissions) | |
Union of permission values. More... | |
putCannotModifyAny () | |
Set permissions so that nothing can be modified. More... | |
putCannotModifyExcludeAssemble () | |
Set permissions to not be able to modify anything except assemble documents (insert, rotate, or delete pages and create bookmarks or thumbnails). More... | |
Assist in determining the permissions of the User_Permissions.
|
inline |
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
If value UserPermissionEnum.modify is also set, user can create or modify interactive form fields (including signature fields).
|
inline |
Assemble PDF document. (Bit 11 in permission value)
If this value is set, it enables to assemble the document (Insert, rotate, or delete pages and create bookmarks or thumbnail images), regardless if value UserPermissionEnum.modify is set or not.
|
inline |
Check that the permission value does not modify anything.
|
inline |
Check that the permission value does not modify anything. Unsure of permissions to assemble documents (insert, rotate, or delete pages and create bookmarks or thumbnails).
|
inline |
Extract PDF contents. (Bit 5 in permission value)
If this value is set, user can copy or otherwise extract text and graphics from the document by operations other than that controlled by value UserPermissionEnum.extractAccess.
|
inline |
Disabilities support. (Bit 10 in permission value)
If this value is set, user can extract text and graphics in support of accessibility to users with disabilities or for other purposes.
|
inline |
Fill PDF form. (Bit 9 in permission value)
If this value is set, user can fill in interactive form fields (including signature fields), even if value UserPermissionEnum.annotForm is not used.
|
inline |
Modify PDF contents. (Bit 4 in permission value)
If this value is set, user can modify contents of PDF document by operations other than those controlled by values UserPermissionEnum.annotForm, UserPermissionEnum.fillForm and UserPermissionEnum.assemble.
|
inline |
Print PDF document with normal mode. (Bit 3 in permission value)
If user wants to print a higher quality level of PDF document, please set current value with value UserPermissionEnum.print together.
|
inline |
Print PDF document with higher qualities. (Bit 12 in permission value)
If this value is not set (and value UserPermissionEnum.print is set), printing is limited to a low-level representation of the appearance, possibly of degraded quality.
|
inline |
Tectonic UserPermission class.
permissions | number - Default all permissions |
|
inline |
Gets a decimal representation of a specific permission value.
|
inline |
|
inline |
Set permissions so that nothing can be modified.
|
inline |
Set permissions to not be able to modify anything except assemble documents (insert, rotate, or delete pages and create bookmarks or thumbnails).