PdfDocumentMethodChannel class

Handles PDF document loaded on memory.

Inheritance

Properties

allowsCopying bool
Determine whether the PDF file allows copying of the contents.
finalinherited
allowsPrinting bool
Determine whether the PDF file allows printing of the pages.
finalinherited
docId int
Document-ID that uniquely identifies the current instance.
final
hashCode int
The hash code for this object.
no setteroverride
isEncrypted bool
Determine whether the PDF file is encrypted or not.
finalinherited
pageCount int
Number of pages in the PDF document.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceName String
File path, asset:[ASSET_PATH] or memory: depending on the content opened.
finalinherited
verMajor int
PDF major version.
finalinherited
verMinor int
PDF minor version.
finalinherited

Methods

dispose() Future<void>
override
getPage(int pageNumber) Future<PdfPage?>
Get page object. The first page is 1.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override