Class ImageOptions


public class ImageOptions extends NativeObject

The conversion options related to the images

  • Method Details

    • 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:
      IllegalArgumentException - if value is null