public class Lnk2Resource extends LinkResource
Defines the class which contains information about embedded files in the PSD format image.
The link resource may contain several LiFdDataSource instances which can be accessed by the 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, LengthOSourceLengthFieldPsbResourceSignature, 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.
|
get_Item, getDataSourceCount, getLength, getPsdVersion, getSignature, isEmpty, savetoStringpublic 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 LayerResourcepublic final LiFdDataSource get_Item(int index)
Gets the LiFdDataSource at the specified index.
get_Item in class LinkResourceindex - The index.
Value:
The LiFdDataSource.LiFdDataSource instance.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.