PDFPages class

Pages tree root of the document

Constructors

PDFPages.new(PDFPageTreeNode _root)
Create a new instance of PDFPages

Properties

hashCode int
The hash code for this object.
no setterinherited
pageCount int
The number of pages in the document
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPageAtIndex(int index) PDFPageObjectNode
Gets the page at the given index. Indexes start at 0. If the page with the given index could not be found, an exception is thrown.
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 ==(Object other) bool
The equality operator.
inherited