PsdOptions class

PsdOptions class

The psd file format create options.

Inheritance: PsdOptionsImageOptionsBase

The PsdOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the PsdOptions class.
initInitializes a new instance of the PsdOptions class.

Properties

PropertyDescription
target_format
rotationGets or sets the parameter for rotate, flip, or rotate and flip the image..
layersGets or sets a of layer names must be exported.
All data will be exported without layers if names is not sets.
xmp_dataGet or set XMP data container
sourceGets or sets the source to create image in.
paletteGets or sets the color palette.
resolution_settingsGets or sets the resolution settings.
vector_rasterization_optionsGets or sets the vector rasterization options.
timeoutTimeout value for export operation (in milliseconds)
pc_3_fileGets or sets the PC3 file full name.
user_watermark_textText for user-generated watermark
user_watermark_colorColor for user-generated watermark
versionGets or sets the psd file version.
compression_methodGets or sets the psd compression method.
color_modeGets or sets the psd color mode.
channel_bits_countGets or sets the bits count per color channel.
channels_countGets or sets the color channels count.

See Also