|
CFx SDK Documentation 2026 SP0
|
Enumerations | |
| enum | AccessPermissionsFlags { kAllowExtract = 1 , kAllowAssemble = 2 , kAllowAnnotateAndForm = 4 , kAllowFormFilling = 8 , kAllowModifyOther = 16 , kAllowPrintAll = 32 , kAllowPrintLow = 64 , kDefaultPermissions = kAllowExtract | kAllowFormFilling | kAllowPrintAll } |
Contains declarations of access permission options for a PDF document.
Enumerates access permission flags for a PDF document.
Definition at line 540 of file PdfPublishCommon.h.