Package com.pdftools.image
Class Page
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.image.Page
The page of an image document
-
Method Summary
Modifier and TypeMethodDescriptionThe resolution of the page (Getter)getSize()The size of the page in number of pixels (Getter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getSize
The size of the page in number of pixels (Getter)
- Throws:
GenericException- A generic error occurred.
-
getResolution
The resolution of the page (Getter)
The resolution can benullif the image does not specify a resolution.- Throws:
GenericException- A generic error occurred.
-