Class Lnk2Resource

Lnk2Resource class

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.

public class Lnk2Resource : LinkResource

Constructors

NameDescription
Lnk2Resource()Initializes a new instance of the Lnk2Resource class.

Properties

NameDescription
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 LiFdDataSource at the specified index. (2 indexers)
override 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

NameDescription
override Save(StreamContainer, int)Saves the resource block data.
override ToString()Returns a String that represents this instance.

Fields

NameDescription
const TypeToolKeyThe type tool info key.

See Also