Package com.pdftools.image
Class Page
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.image.Page
-
public class Page extends NativeObject
The page of an image document
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolutiongetResolution()The resolution of the page (Getter)SizegetSize()The size of the page in number of pixels (Getter)-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getSize
public Size getSize() throws GenericException
The size of the page in number of pixels (Getter)
- Throws:
GenericException- A generic error occurred.
-
getResolution
public Resolution getResolution() throws GenericException
The resolution of the page (Getter)
The resolution can benullif the image does not specify a resolution.- Throws:
GenericException- A generic error occurred.
-
-