PdfPermissions class

PDF permissions defined on PDF 32000-1:2008, Table 22.

Constructors

PdfPermissions(int permissions, int securityHandlerRevision)
const

Properties

allowsCopying bool
Determine whether the PDF file allows copying of the contents.
no setter
allowsDocumentAssembly bool
Determine whether the PDF file allows document assembly.
no setter
allowsModifyAnnotations bool
Determine whether the PDF file allows modifying annotations, form fields, and their associated
no setter
allowsPrinting bool
Determine whether the PDF file allows printing of the pages.
no setter
hashCode int
The hash code for this object.
no setterinherited
permissions int
User access permissions on on PDF 32000-1:2008, Table 22.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityHandlerRevision int
Security handler revision.
final

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