PageInfo
Leave feedback
On this page
Inheritance: java.lang.Object
public final class PageInfo
Represents a document page description.
| Constructor | Description |
|---|---|
| PageInfo(int pageNumber, double width, double height) |
| Method | Description |
|---|---|
| getHeight() | Gets the document page height. |
| getWidth() | Gets the document page width. |
| getPageNumber() | Gets the document page number. |
public PageInfo(int pageNumber, double width, double height)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int | |
| width | double | |
| height | double |
public final double getHeight()
Gets the document page height.
Returns: double - The document page height.
public final double getWidth()
Gets the document page width.
Returns: double - The document page width.
public final int getPageNumber()
Gets the document page number.
Returns: int - The document page number.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.