public final class DocumentPage extends Object
Provides a document page.
Constructor and Description |
---|
DocumentPage(int index,
double width,
double height)
Initializes a new instance of the
DocumentPage class. |
public DocumentPage(int index, double width, double height)
Initializes a new instance of the DocumentPage
class.
index
- A zero-based index of the page.width
- Width of the page.height
- Height of the page.public int getIndex()
Gets an index of the page.
public double getWidth()
Gets a width of the page.
public double getHeight()
Gets a height of the page.
Copyright © 2018. All rights reserved.