PdfSignPerms enum

The access permissions granted for this document.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.