PdfAccessFlags enum
Flags to enable access rights when the user password is used
Values
- Print → const PdfAccessFlags
-
Print the document
- Modify → const PdfAccessFlags
-
Modify the contents of the document by operations other than Annotate, Interactive and Assemble
- Copy → const PdfAccessFlags
-
Copy or otherwise extract text and graphics from the document, including extracting text and graphics
- Annotate → const PdfAccessFlags
-
Add or modify text annotations, fill in interactive form fields
- Interactive → const PdfAccessFlags
-
Fill in existing interactive form fields (including signature fields)
- Accessibility → const PdfAccessFlags
-
Support of accessibility to users with disabilities
- Assemble → const PdfAccessFlags
-
Assemble the document: insert, rotate, or delete pages and create bookmarks or thumbnail images
- HighQualityPrint → const PdfAccessFlags
-
Print the document to a representation from which a faithful digital copy of the PDF content could be generated. When this bit is clear (and Print is set), printing is limited to a low-level representation of the appearance, possibly of degraded quality.
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<
PdfAccessFlags> - A constant List of the values in this enum, in order of their declaration.