PsdCompressionMethods

PsdCompressionMethods class

Describes Psd compression methods.

public class PsdCompressionMethods : Enumeration

Constructors

Name Description
PsdCompressionMethods() Serialization constructor

Methods

Name Description
CompareTo(object) Compares current object to other.
virtual Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() Returns a string that represents the current object.

Fields

Name Description
static readonly Raw RAW.
static readonly Rle RLE.
static readonly ZipWithoutPrediction ZipWithoutPrediction.
static readonly ZipWithPrediction ZipWithPrediction.

See Also