PdfSignPerms enum
The access permissions granted for this document.
Values
- none → const PdfSignPerms
-
No changes to the document shall be permitted. Any change to the document shall invalidate the signature.
- partial → const PdfSignPerms
-
Permitted changes shall be filling in forms, instantiating page templates, and signing. Other changes shall invalidate the signature.
- full → const PdfSignPerms
-
Permitted changes shall be the same as for 2, as well as annotation creation, deletion, and modification. Other changes shall invalidate the signature.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PdfSignPerms> - A constant List of the values in this enum, in order of their declaration.