This documentation is for the old version. Go to the latest Graphics Mill docs

PsdEncoderOptions Class

This class represents PSD encoder options. Currently it is empty.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public NotInheritable Class PsdEncoderOptions _
	Inherits EncoderOptions
C#
public sealed class PsdEncoderOptions : EncoderOptions

Remarks

PSD format is not supported for saving, so you cannot use it.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.EncoderOptions
L Aurigma.GraphicsMill.Codecs.PsdEncoderOptions

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model






See Also

Reference