The PsdReader type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts current operation. (Inherited from SyncHandler.) |
|
CheckForSupport | Overloaded. Checks if the image can be loaded with this reader. |
|
CheckOpened |
Checks if the format reader is opened. (Inherited from FormatReader.) |
|
Clone |
Returns a full copy of this PsdReader class instance. |
|
Close |
Closes format reader, and detaches it from previously opened file (or other media). (Inherited from FormatReader.) |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from SyncHandler.) |
|
Dispose |
Releases all resources used by this FormatReader. (Inherited from FormatReader.) |
|
Equals | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator for the frames allowing the writer to be used in foreach blocks. (Inherited from FormatReader.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadFrame |
Returns a frame with specified index. This frame contains a bitmap and possible other details describing it. (Inherited from FormatReader.) |
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
OnCheckForSupport |
Checks if the codec can read the specified file. (Inherited from FormatReader.) |
|
OnClose |
Frees resources when the reader closes. (Inherited from FormatReader.) |
|
OnOpen |
Called when the reader is opened. (Inherited from FormatReader.) |
|
Open | Overloaded. Opens format reader on specified media. |
|
Pause |
Pauses execution of the current operation. (Inherited from SyncHandler.) |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |