public class Lnk2Resource extends LinkResource
Defines the class which contains information about an embedded linked file or an asset in the PSD format image.
The link resource may contain several LiFdDataSource
instances which can be accessed by indexer.
##Aspose#PSD#FileFormats#Psd#Layers
,
##Aspose#PSD#FileFormats#Psd#Layers#LayerResources
Modifier and Type | Field and Description |
---|---|
static int |
TypeToolKey
The type tool info key.
|
LengthOfResourceLengthField, LengthOSourceLengthField
PsbResourceSignature, ResourceSignature
Constructor and Description |
---|
Lnk2Resource()
Initializes a new instance of the
Lnk2Resource class. |
Modifier and Type | Method and Description |
---|---|
LiFdDataSource |
get_Item(int index)
Gets the
LiFdDataSource at the specified index. |
int |
getKey()
Gets the layer resource key.
|
getDataSourceCount, getLength, getPsdVersion, getSignature, isEmpty, save
toString
public static final int TypeToolKey
The type tool info key.
public Lnk2Resource()
Initializes a new instance of the Lnk2Resource
class.
public int getKey()
Gets the layer resource key.
getKey
in class LayerResource
public final LiFdDataSource get_Item(int index)
Gets the LiFdDataSource
at the specified index.
index
- The index.
Value:
The LiFdDataSource
.LiFdDataSource
instance.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.