XmpResouce class
XmpResouce class
Represents the XMP metadata resource.
Inheritance: XmpResouce
→
ResourceBlock
The XmpResouce type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the GridAndGuidesResouce class. |
Properties
Property | Description |
---|---|
signature | Gets the resource signature. Should be always ‘8BIM’. |
id | Gets or sets the unique identifier for the resource. |
name | Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0). |
data_size | Gets the resource data size in bytes. |
size | Gets the resource block size in bytes including its data. |
minimal_version | Gets the minimal required psd version. |
RESOUCE_BLOCK_SIGNATURE | The resource signature. |
xmp_data | Get or set XMP data container |
Methods
Method | Description |
---|---|
save | Saves the resource block to the specified stream. |
validate_values | Validates the resource values. |
See Also
- module
aspose.cad.fileformats.psd.resources
- class
GridAndGuidesResouce
- class
ResourceBlock
- class
XmpResouce