Package com.pdftools.image2pdf.profiles
Class Profile
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.image2pdf.profiles.Profile
-
public abstract class Profile extends NativeObject
The base class for image to PDF conversion profiles
A profile implements the conversion settings suitable for a practical use case.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageOptions
getImageOptions()
The image conversion options (Getter)-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getImageOptions
public ImageOptions getImageOptions()
The image conversion options (Getter)
-
-