Class LayerId
Layers that are stored as Additional Info, rather than in the main
Layers section of the PSD file.
Inheritance
System.Object
LayerId
Syntax
public class LayerId : LayerInfo
Constructors
LayerId(PsdBinaryReader, String, Int64)
Declaration
public LayerId(PsdBinaryReader reader, string key, long dataLength)
Parameters
Type |
Name |
Description |
PsdBinaryReader |
reader |
|
System.String |
key |
|
System.Int64 |
dataLength |
|
LayerId(String)
Declaration
public LayerId(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Properties
ID
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Key
Declaration
public override string Key { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Signature
Declaration
public override string Signature { get; }
Property Value
Type |
Description |
System.String |
|
Overrides