PDFPages class
Pages tree root of the document
Constructors
- PDFPages.new(PDFPageTreeNode _root)
- Create a new instance of PDFPages
Properties
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