com.aspose.xps.rendering

Class ImageSaveOptions

    • Constructor Detail

      • ImageSaveOptions

        public ImageSaveOptions()

        Creates new instance of options

    • Method Detail

      • getPageNumbers

        public int[] getPageNumbers()

        Gets the array of numbers of pages to render.

        Specified by:
        getPageNumbers in interface IMultiPageSaveOptions
        Returns:
        Numbers of pages.
      • setPageNumbers

        public void setPageNumbers(int[] value)

        Sets the array of numbers of pages to render.

        Specified by:
        setPageNumbers in interface IMultiPageSaveOptions
        Parameters:
        value - Numbers of pages.
      • getResolution

        public float getResolution()

        Gets the image resolution.

        Returns:
        The image resolution.
      • setResolution

        public void setResolution(float value)

        Sets the image resolution.

        Parameters:
        value - The image resolution.
      • getSmoothingMode

        public SmoothingMode getSmoothingMode()

        Gets the smoothing mode.

        Returns:
        The smoothing mode.
      • setSmoothingMode

        public void setSmoothingMode(SmoothingMode value)

        Sets the smoothing mode.

        Parameters:
        value - The smoothing mode.
      • getTextRenderingHint

        public TextRenderingHint getTextRenderingHint()

        Gets the text rendering hint.

        Returns:
        The text rendering hint.
      • setTextRenderingHint

        public void setTextRenderingHint(TextRenderingHint value)

        Sets the text rendering hint.

        Parameters:
        value - The text rendering hint.
      • getInterpolationMode

        public InterpolationMode getInterpolationMode()

        Gets the interpolation mode.

        Returns:
        The interpolation mode.
      • setInterpolationMode

        public void setInterpolationMode(InterpolationMode value)

        Sets the interpolation mode.

        Parameters:
        value - The interpolation mode.