ResourceBlock Class |
Namespace: Aspose.CAD.FileFormats.Psd
The ResourceBlock type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResourceBlock | Initializes a new instance of the ResourceBlock class |
Name | Description | |
---|---|---|
![]() | DataSize |
Gets the resource data size in bytes.
|
![]() | ID |
Gets or sets the unique identifier for the resource.
|
![]() | MinimalVersion |
Gets the minimal required PSD version.
|
![]() | Name |
Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).
|
![]() | Signature |
Gets the resource signature. Should be always '8BIM'.
|
![]() | Size |
Gets the resource block size in bytes including its data.
|
Name | Description | |
---|---|---|
![]() | CacheData |
Caches the data for subsequent faster retrieval.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save |
Saves the resource block to the specified stream.
|
![]() | SaveData |
Saves the resource block data.
|
![]() | StopDataCache |
Stops data caching.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ValidateValues |
Validates the resource values.
|
Name | Description | |
---|---|---|
![]() ![]() | ResouceBlockSignature |
The resource signature.
|