PdfPermissionsFlags enum

Specifies the type of PDF permissions.

Inheritance

Constructors

PdfPermissionsFlags()
const

Values

none → const PdfPermissionsFlags

Default value.

print → const PdfPermissionsFlags

Print the document.

editContent → const PdfPermissionsFlags

Edit content.

copyContent → const PdfPermissionsFlags

Copy content.

editAnnotations → const PdfPermissionsFlags

Add or modify text annotations, fill in interactive form fields.

fillFields → const PdfPermissionsFlags

Fill form fields. (Only for 128 bits key).

accessibilityCopyContent → const PdfPermissionsFlags

Copy accessibility content.

assembleDocument → const PdfPermissionsFlags

Assemble document permission. (Only for 128 bits key).

fullQualityPrint → const PdfPermissionsFlags

Full quality print.

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<PdfPermissionsFlags>
A constant List of the values in this enum, in order of their declaration.