ShmdResource Class
Contents
[
Hide
]Summary: Class ShmdResource. Metadata settings
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.ShmdResource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ShmdResource() | Initializes a new instance of the ShmdResource class. |
ShmdResource(data) | Initializes a new instance of the ShmdResource class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
PSB_RESOURCE_SIGNATURE [static] | int | r | The PSB-specific resource signature. |
RESOURCE_SIGNATURE [static] | int | r | The common resource signature. |
SUB_RESOURCE_HEADER_LENGTH [static] | int | r | The sub resource header length |
TYPE_TOOL_KEY [static] | int | r | The type tool info key. |
key | int | r | Gets the layer resource key. |
layer_created_date_time | datetime | r/w | Gets or sets the layer created time. If Layer created time not specified then returns new DateTime(0) |
length | int | r | Gets the layer resource length in bytes. |
psd_version | int | r | Gets the psd version. |
signature | int | r | Gets the signature. |
sub_resources | LayerResource[] | r | Gets the sub resources of shmd resource. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the specified stream container. |
Constructor: ShmdResource()
ShmdResource()
Initializes a new instance of the ShmdResource class.
Constructor: ShmdResource(data)
ShmdResource(data)
Initializes a new instance of the ShmdResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The data of the resource. |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |
psd_version | int | The PSD version. |