PDFDocumentProxy class

Constructors

PDFDocumentProxy()

Properties

fingerprint String?
no setter
hashCode int
The hash code for this object.
no setterinherited
numPages int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanup({bool keepLoadedFonts = false}) → void
destroy() → void
getData() Future<TypedData>
getDestination(String id) Future<List>
getJavaScript() Future<List<String>>
getOutline() Future<List<OutlineItem>>
getPage(int pageNumber) Future<PDFPageProxy>
getPageIndex(PageReference ref) Future<int>
getPageMode() Future<String>
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