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