CFx SDK Documentation 2024 SP0
|
Enumerations | |
enum | AccessPermissionsFlags { kAllowExtract = 1 , kAllowAssemble = 2 , kAllowAnnotateAndForm = 4 , kAllowFormFilling = 8 , kAllowModifyOther = 16 , kAllowPrintAll = 32 , kAllowPrintLow = 64 , kDefaultPermissions = kAllowExtract | kAllowFormFilling | kAllowPrintAll } |
Access permissions options for the PDF document
Access permissions flags for the PDF document
Definition at line 540 of file PdfPublishCommon.h.