Lr32Resource Class

Summary: The lr32 resource.

Module: aspose.psd.fileformats.psd.layers.layerresources

Full Name: aspose.psd.fileformats.psd.layers.layerresources.Lr32Resource

Inheritance: LrXxResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
Lr32Resource()Initializes a new instance of the Lr32Resource class

Properties

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
TYPE_TOOL_KEY [static]intrThe type tool info key.
keyintrGets the layer resource key.
layersLayer[]r/wGets or sets the layers.
lengthintrGets the resource length for the PSD header version of the image.
psd_versionintrGets the psd version.
signatureintrGets the signature.

Methods

NameDescription
save(stream_container, psd_version)Saves the layer record.

Constructor: Lr32Resource()

 Lr32Resource() 

Initializes a new instance of the Lr32Resource class

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the layer record.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.
psd_versionintThe psd version.