public final class PageInfo extends Object
Represents a document page description.
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 double getWidth()
Gets the document page width.
public final int getPageNumber()
Gets the document page number.