Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class ResolutionSetting



  • public class ResolutionSetting
    extends Object

    The resolution setting for image save options.

    • Constructor Detail

      • ResolutionSetting

        public ResolutionSetting()

        Initializes a new instance of the ResolutionSetting class.

      • ResolutionSetting

        public ResolutionSetting(double horizontalResolution,
                                 double verticalResolution)

        Initializes a new instance of the ResolutionSetting class.

        Parameters:
        horizontalResolution - The horizontal resolution.
        verticalResolution - The vertical resolution.
    • Method Detail

      • getHorizontalResolution

        public double getHorizontalResolution()

        Gets or sets the horizontal resolution.

      • setHorizontalResolution

        public void setHorizontalResolution(double value)

        Gets or sets the horizontal resolution.

      • getVerticalResolution

        public double getVerticalResolution()

        Gets or sets the vertical resolution.

      • setVerticalResolution

        public void setVerticalResolution(double value)

        Gets or sets the vertical resolution.