ResolutionSetting Class
The resolution setting for image save options.
Inheritance Hierarchy
SystemObject
  Aspose.PSDResolutionSetting

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class ResolutionSetting

The ResolutionSetting type exposes the following members.

Constructors
  NameDescription
Public methodResolutionSetting
Initializes a new instance of the ResolutionSetting class.
Public methodResolutionSetting(Double, Double)
Initializes a new instance of the ResolutionSetting class.
Properties
  NameDescription
Public propertyHorizontalResolution
Gets or sets the horizontal resolution.
Public propertyVerticalResolution
Gets or sets the vertical resolution.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also