PsdOptions

PsdOptions class

Options for converting to Psd file type.

public sealed class PsdOptions : ValueObject

Constructors

Name Description
PsdOptions() Initializes new instance of PsdOptions class.

Properties

Name Description
ChannelBitsCount { get; set; } Bits count per color channel.
ChannelsCount { get; set; } Color channels count.
ColorMode { get; set; } Psd color mode.
Compression { get; set; } Psd compression method.
Version { get; set; } Psd file version.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also