Package com.pdftools.sign
Class MdpPermissionOptions
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.sign.MdpPermissionOptions
The permission options when certifying a document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe access permissions granted for the document (Getter)voidsetPermissions(MdpPermissions value) The access permissions granted for the document (Setter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Constructor Details
-
MdpPermissionOptions
- Parameters:
permissions-- Throws:
IllegalArgumentException- ifpermissionsisnull
-
-
Method Details
-
getPermissions
The access permissions granted for the document (Getter)
-
setPermissions
The access permissions granted for the document (Setter)
- Throws:
IllegalArgumentException- ifvalueisnull
-