Foxit PDF Conversion SDK
|
Common namespace. More...
Namespaces | |
file | |
File namespace. | |
namespace | fxcrt |
Data type and callback namespace. | |
Classes | |
class | Base |
class | ConvertCheckCallback |
class | Library |
class | Progressive |
class | Range |
class | WStringArray |
Common namespace.
|
strong |
Enumeration for error code.
Values of this enumeration should be used alone.
|
strong |
Enumeration for user access permissions in a PDF document.
Values of this enumeration can be used alone or in combination.
Enumerator | |
---|---|
e_PermPrint | 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 together. |
e_PermModify | 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 , and . |
e_PermExtract | 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 . |
e_PermAnnotForm | Operate text annotations and fill in interactive form fields. (Bit 6 in permission value) If value is also set, user can create or modify interactive form fields (including signature fields). |
e_PermFillForm | 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 is not used. |
e_PermExtractAccess | 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. |
e_PermAssemble | 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 is set or not. |
e_PermPrintHigh | Print PDF document with higher qualities. (Bit 12 in permission value) If this value is not set (and value is set), printing is limited to a low-level representation of the appearance, possibly of degraded quality. |