public class Page extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
Resolution |
getResolution() |
The resolution of the page (Getter)
|
Size |
getSize() |
The size of the page in number of pixels (Getter)
|
equals, hashCode
public Size getSize() throws GenericException
GenericException
- A generic error occurred.public Resolution getResolution() throws GenericException
null
if the image does not specify a resolution.GenericException
- A generic error occurred.