PdfPermissionsFlags enum
Specifies the type of PDF permissions.
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
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.