Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permissions
-
Packages that use Permissions Package Description com.adobe.pdfservices.operation.pdfjobs.params.protectpdf Contains the param classes forProtectPDFJob
. -
-
Uses of Permissions in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf that return Permissions Modifier and Type Method Description Permissions
PasswordProtectParams. getPermissions()
Returns the intended documentPermissions
for the resulting encrypted PDF file.Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf with parameters of type Permissions Modifier and Type Method Description PasswordProtectParams.Builder
PasswordProtectParams.Builder. setPermissions(Permissions permissions)
Sets the intended permissions for the encrypted PDF file.
-