Class QuickMaskInformationResource
Contents
[
Hide
]QuickMaskInformationResource class
Quick mask information resource
public sealed class QuickMaskInformationResource : ResourceBlock
Constructors
Name | Description |
---|---|
QuickMaskInformationResource() | The default constructor. |
Properties
Name | Description |
---|---|
ChannelId { get; set; } | Gets or sets the channel identifier. |
override DataSize { get; } | Gets the resource data size in bytes. |
ID { get; set; } | Gets or sets the unique identifier for the resource. |
IsMaskEmpty { get; set; } | Gets or sets a value indicating whether this instance is mask empty. |
override 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. |
See Also
- class ResourceBlock
- namespace Aspose.PSD.FileFormats.Psd.Resources
- assembly Aspose.PSD