Lnk3Resource Class

Summary: Defines the class which contains information about an embedded file in the PSD format 32 bit per channel image.
The link resource may contain several LiFdDataSource instances which can be accessed by indexer.

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

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

Inheritance: Lnk2Resource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
Lnk3Resource()Initializes a new instance of the Lnk3Resource 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.
data_source_countintrGets the count of link data sources which can be accessed by the indexer.
is_emptyboolrGets a value indicating whether this link resource instance is empty.
keyintrGets the layer resource key.
lengthintrGets the PSD global link resource length in bytes.
psd_versionintrGets the PSD format version.
signatureintrGets the PSD global link resource signature.

Methods

NameDescription
save(stream_container, psd_version)Saves the resource block data.

Constructor: Lnk3Resource()

 Lnk3Resource() 

Initializes a new instance of the Lnk3Resource class.

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the resource block data.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to save to.
psd_versionintThe PSD version.