public class ImageOptions extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
ImageMapping |
getMapping() |
The image mapping (Getter)
|
void |
setMapping(ImageMapping value) |
The image mapping (Setter)
|
equals, hashCode
public ImageMapping getMapping()
The image mapping specifies how an input image is transformed and placed onto the output PDF page.
Default: ShrinkToPortrait
public void setMapping(ImageMapping value)
The image mapping specifies how an input image is transformed and placed onto the output PDF page.
Default: ShrinkToPortrait
java.lang.IllegalArgumentException
- if value
is null