PDFPage class

Class representing a PDF document page. It needs not to be directly instantiated, instances will be automatically created by the PDFDoc class.

Properties

hashCode int
The hash code for this object.
no setterinherited
number int
Gets the page number.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Future<String>
Gets the text of this page. The text retrieval is lazy. So the text of a page is only loaded when it is requested for the first time.
no setter

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