Class ResourceBlock
Contents
[
Hide
]ResourceBlock class
The resource block.
public abstract class ResourceBlock
Properties
Name | Description |
---|---|
abstract DataSize { get; } | Gets the resource data size in bytes. |
ID { get; set; } | Gets or sets the unique identifier for the resource. |
abstract MinimalVersion { get; } | Gets the minimal required PSD version. |
Name { get; set; } | Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0). |
Signature { get; } | Gets the resource signature. Should be always ‘8BIM’. |
Size { get; } | Gets the resource block size in bytes including its data. |
Methods
Name | Description |
---|---|
Save(StreamContainer) | Saves the resource block to the specified stream. |
virtual ValidateValues() | Validates the resource values. |
Fields
Name | Description |
---|---|
const ResouceBlockMeSaSignature | The resource signature of ImageReady. |
const ResouceBlockSignature | The regular Photoshop resource signature. |
Other Members
Name | Description |
---|---|
enum ResourceBlockState | Represents resource block state. |
See Also
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD