Class LinkResource
Contents
[
Hide
]LinkResource class
Defines the LinkResource class that contains information about linked or embedded files in the PSD format image. The link resource may contain several LinkDataSource
instances which can be accessed by indexers in any derived class.
public abstract class LinkResource : LayerResource
Properties
Name | Description |
---|---|
DataSourceCount { get; } | Gets the count of link data sources which can be accessed by the indexer. |
IsEmpty { get; } | Gets a value indicating whether this link resource instance is empty. |
Item { get; } | Gets the LinkDataSource at the specified index which is the link data source unique identifier.. |
virtual Key { get; } | Gets the layer resource key. |
override Length { get; } | Gets the PSD global link resource length in bytes. |
override PsdVersion { get; } | Gets the PSD format version. |
override Signature { get; } | Gets the PSD global link resource signature. |
Methods
Name | Description |
---|---|
override Save(StreamContainer, int) | Saves the resource block data. |
override ToString() | Returns a String that represents this instance. |
See Also
- class LayerResource
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD