PdfSignPerms enum

The access permissions granted for this document.

Inheritance

Constructors

PdfSignPerms()
const

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.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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.
[none, partial, full]