VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Psd Namespace / PsdPage Class
In This Topic
PsdPage Class Properties
In This Topic
For a list of all properties of this type, see PsdPage.
Public Properties
 NameDescription
Public PropertyGets the number of bits per pixel of the PSD page.
Public PropertyGets the channel count.
Public PropertyGets the channel count that is used as color channels.
Public PropertyGets a value indicating whether the information about image resolution is stored in PSD page.
Public PropertyGets the height, in pixels, of the PSD page.
Public PropertyGets the color space of primary image data.
Public PropertyGets the compression method of primary image data.
Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
Public PropertyGets the palette of the PSD page.
Public PropertyGets or sets the resolution, in pixels per inch, of the PSD page.
Public PropertyGets the number of bits per pixel of image data of the PSD page.
Public PropertyGets the width, in pixels, of the PSD page.
Protected Properties
 NameDescription
Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
See Also