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, 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.
|
get_Item, 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.
get_Item
in class LinkResource
index
- The index.
Value:
The LiFdDataSource
.LiFdDataSource
instance.