LrXxResource Class
Contents
[
Hide
]Summary: The lrXX resource.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.LrXxResource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
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. |
key | int | r | Gets the layer resource key. |
layers | Layer[] | r/w | Gets or sets the layers. |
length | int | r | Gets the resource length for the PSD header version of the image. |
psd_version | int | r | Gets the psd version. |
signature | int | r | Gets the signature. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the layer record. |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the layer record.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |
psd_version | int | The psd version. |