Package com.pdftools.image
Class SinglePageDocument
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.image.Document
-
- com.pdftools.image.SinglePageDocument
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class SinglePageDocument extends Document
The image document of an image format that only supports single-page images
This class is used for the following image formats:- JPEG
- BMP
- GIF
- HEIC/HEIF
- PNG
- JBIG2
- JPEG2000
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page
getPage()
The page of the image (Getter)-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getPage
public Page getPage()
The page of the image (Getter)
-
-