Class PsdOptions

PsdOptions class

The psd file format create options.

public class PsdOptions : ImageOptionsBase

Constructors

NameDescription
PsdOptions()Initializes a new instance of the PsdOptions class.
PsdOptions(PsdOptions)Initializes a new instance of the PsdOptions class.

Properties

NameDescription
CancellationToken { get; set; }Token that can be used to interrupt export operation
ChannelBitsCount { get; set; }Gets or sets the bits count per color channel.
ChannelsCount { get; set; }Gets or sets the color channels count.
ColorMode { get; set; }Gets or sets the psd color mode.
CompressionMethod { get; set; }Gets or sets the psd compression method.
Layers { get; set; }Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
virtual Palette { get; set; }Gets or sets the color palette.
Pc3File { get; set; }Gets or sets the PC3 file full name.
virtual ResolutionSettings { get; set; }Gets or sets the resolution settings.
Rotation { get; set; }Gets or sets the parameter for rotate, flip, or rotate and flip the image..
Source { get; set; }Gets or sets the source to create image in.
override TargetFormat { get; }
Timeout { get; set; }Timeout value for export operation (in milliseconds)
UserWatermarkColor { get; set; }Color for user-generated watermark
UserWatermarkText { get; set; }Text for user-generated watermark
VectorRasterizationOptions { get; set; }Gets or sets the vector rasterization options.
Version { get; set; }Gets or sets the psd file version.
WatermarkGuardOptions { get; set; }Gets or sets the blind watermark options.
override XmpData { get; set; }Get or set XMP data container

See Also