public interface IPageInfo
Interface for the page description properties.
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets page height in pixels when converted to image.
|
int |
getNumber()
Gets the page number.
|
boolean |
getVisible()
Indicates whether page is visibile or not.
|
int |
getWidth()
Gets page width in pixels when converted to image.
|