VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Psd Namespace / PsdFile Class
Constructors Properties Methods SeeAlso
In This Topic
PsdFile Class Members
In This Topic
The following tables list the members exposed by PsdFile.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets or sets the TIFF file that contains EXIF data 1 tags (ID 1058).
Public PropertyGets a value indicating whether this PSD file has embedded ICC profile.
Public PropertyGets the identifiers of image-resources, which are stored in this PSD file.
Public PropertyGets or sets the page of this image file. (Inherited from SinglePageImageFile<T>)
Protected Properties
 NameDescription
Protected PropertyGets a value indicating whether this image file has been disposed of. (Inherited from ImageFileBase<T>)
Protected PropertyGets the source of the PSD file.
Public Methods
 NameDescription
Public MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
Public MethodReturns the embedded ICC profile data.
Public MethodReturns the image resource data.
Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether stream contains PSD file.
Public MethodOverloaded. Packs (removes unused space) the image file and saves to the specified stream. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves PSD file to the specified stream. Current source of the PSD file will not be changed.
Public MethodOverloaded. Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>)
Public MethodSets the embedded ICC profile data.
Public MethodSets the image resource data.
Protected Methods
 NameDescription
Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
Protected MethodParses the PSD file.
See Also