MlstResource Class

Summary: The mlst resource.
This class, among other things, contains information about the position of the layer on the timeline.

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

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

Inheritance: LayerResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
MlstResource()Initializes a new instance of the MlstResource 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.
descriptor_versionintrGets or sets the descriptor version.
itemsOSTypeStructure[]rGets or sets the structures.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
psd_versionintrGets the psd version.
signatureintrGets the signature.

Methods

NameDescription
save(stream_container, psd_version)Saves the specified stream container.

Constructor: MlstResource()

 MlstResource() 

Initializes a new instance of the MlstResource class

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.
psd_versionintThe PSD version.