Class PsdWriteDefines
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Class for defines that are used when a ImageMagick.MagickFormat.Psd image is written.
public sealed class PsdWriteDefines : IWriteDefines, IDefines
- Inheritance
-
PsdWriteDefines
- Implements
-
IWriteDefinesIDefines
- Inherited Members
Constructors
PsdWriteDefines()
public PsdWriteDefines()
Properties
AdditionalInfo
Gets or sets which additional info should be written to the output file.
public PsdAdditionalInfoPart AdditionalInfo { get; set; }
Property Value
Defines
Gets the defines that should be set as a define on an image.
public IEnumerable<IDefine> Defines { get; }
Property Value
- IEnumerable<IDefine>
Format
Gets the format where the defines are for.
public MagickFormat Format { get; }
Property Value
- MagickFormat