Uses of Enum
com.itextpdf.forms.PdfSigFieldLock.LockPermissions
-
Uses of PdfSigFieldLock.LockPermissions in com.itextpdf.forms
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PdfSigFieldLock.LockPermissions[]
PdfSigFieldLock.LockPermissions.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic PdfNumber
PdfSigFieldLock.getLockPermission
(PdfSigFieldLock.LockPermissions permissions) Returns the specified level of access permissions granted for the document asPdfNumber
value.PdfSigFieldLock.setDocumentPermissions
(PdfSigFieldLock.LockPermissions permissions) Sets the permissions granted for the document when the corresponding signature field is signed.