Class ImageOptions


  • public class ImageOptions
    extends NativeObject

    The conversion options related to the images

    • Method Detail

      • getMapping

        public ImageMapping 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

        public void setMapping​(ImageMapping value)

        The image mapping (Setter)

        The image mapping specifies how an input image is transformed and placed onto the output PDF page.

        Default: ShrinkToFit

        Throws:
        java.lang.IllegalArgumentException - if value is null