public final class PageInfo extends Object
Represents a document page description.
| Constructor and Description |
|---|
PageInfo(int pageNumber,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Gets the document page height.
|
int |
getPageNumber()
Gets the document page number.
|
double |
getWidth()
Gets the document page width.
|
public final double getHeight()
Gets the document page height.
public final int getPageNumber()
Gets the document page number.
public final double getWidth()
Gets the document page width.
Copyright © 2026. All rights reserved.