ImageResizeSettings Class
Image resize settings class
Inheritance Hierarchy
SystemObject
  Aspose.PSDImageResizeSettings

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

The ImageResizeSettings type exposes the following members.

Constructors
  NameDescription
Public methodImageResizeSettings
Initializes a new instance of the ImageResizeSettings class
Properties
  NameDescription
Public propertyColorCompareMethod
Gets or sets the color compare method.
Public propertyColorQuantizationMethod
Gets or sets the color quantization method.
Public propertyEntriesCount
Gets or sets the entries count
Public propertyFilterType
Gets or sets the type of the filter.
Public propertyMode
Gets or sets the interpolation mode.
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