Class ToImageOptions

    • Constructor Detail

      • ToImageOptions

        public ToImageOptions()
    • Method Detail

      • getDpi

        public int getDpi()
        Gets dpi. The desired resolution of the output Images. Default is 96dpi.
        Returns:
        the dpi
      • setDpi

        public void setDpi​(int dpi)
        Sets dpi. The desired resolution of the output Images. Default is 96dpi.
        Parameters:
        dpi - the dpi
      • getImageMaxHeight

        public Integer getImageMaxHeight()
        Gets image max height. The target maximum height of the output images. Default is null.
        Returns:
        the image max height
      • setImageMaxHeight

        public void setImageMaxHeight​(Integer imageMaxHeight)
        Sets image max height. The target maximum height of the output images. Default is null.
        Parameters:
        imageMaxHeight - the image max height
      • getImageMaxWidth

        public Integer getImageMaxWidth()
        Gets image max width. The target maximum width of the output images. Default is null.
        Returns:
        the image max width
      • setImageMaxWidth

        public void setImageMaxWidth​(Integer imageMaxWidth)
        Sets image max width. The target maximum width of the output images. Default is null.
        Parameters:
        imageMaxWidth - the image max width