public class PageInfo extends Object
Constructor and Description |
---|
PageInfo(int pageNumber,
int width,
int height)
Initializes a new instance of the
PageInfo class. |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the page height.
|
int |
getPageNumber()
Gets the page number.
|
int |
getWidth()
Gets the page width.
|
public PageInfo(int pageNumber, int width, int height)
PageInfo
class.pageNumber
- The page number.width
- The page width.height
- The page height.public int getPageNumber()
public int getWidth()
public int getHeight()