PsdOptions Properties

The PsdOptions type exposes the following members.

Properties
  NameDescription
Public propertyChannelBitsCount
Gets or sets the bits count per color channel.
Public propertyChannelsCount
Gets or sets the color channels count.
Public propertyColorMode
Gets or sets the psd color mode.
Public propertyCompressionMethod
Gets or sets the psd compression method.
Public propertyInterruptionToken
Token that can be used to interrupt export operation
(Inherited from ImageOptionsBase.)
Public propertyLayers
Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
(Inherited from ImageOptionsBase.)
Public propertyPalette
Gets or sets the color palette.
(Inherited from ImageOptionsBase.)
Public propertyResolutionSettings
Gets or sets the resolution settings.
(Inherited from ImageOptionsBase.)
Public propertyResources
Gets or sets the psd resources.
Public propertyRotation
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
(Inherited from ImageOptionsBase.)
Public propertySource
Gets or sets the source to create image in.
(Inherited from ImageOptionsBase.)
Public propertyTimeout
Timeout value for export operation
(Inherited from ImageOptionsBase.)
Public propertyVectorRasterizationOptions
Gets or sets the vector rasterization options.
(Inherited from ImageOptionsBase.)
Public propertyVersion
Gets or sets the psd file version.
Public propertyXmpData
Get or set XMP data container
(Overrides ImageOptionsBaseXmpData.)
See Also