Package com.pdftools.image2pdf
Class ImageOptions
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.image2pdf.ImageOptions
The conversion options related to the images
-
Method Summary
Modifier and TypeMethodDescriptionThe image mapping (Getter)voidsetMapping(ImageMapping value) The image mapping (Setter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getMapping
The image mapping (Getter)
The image mapping specifies how an input image is transformed and placed onto the output PDF page.
Default:
ShrinkToFit -
setMapping
The image mapping (Setter)
The image mapping specifies how an input image is transformed and placed onto the output PDF page.
Default:
ShrinkToFit- Throws:
IllegalArgumentException- ifvalueisnull
-