Class LayerSectionInfo
Layer sections are known as Groups in the Photoshop UI.
Inheritance
System.Object
LayerSectionInfo
Syntax
public class LayerSectionInfo : LayerInfo
Constructors
LayerSectionInfo(PsdBinaryReader, String, Int32)
Declaration
public LayerSectionInfo(PsdBinaryReader reader, string key, int dataLength)
Parameters
Type |
Name |
Description |
PsdBinaryReader |
reader |
|
System.String |
key |
|
System.Int32 |
dataLength |
|
Properties
BlendModeKey
Declaration
public string BlendModeKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Key
Declaration
public override string Key { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
SectionType
Declaration
public LayerSectionType SectionType { get; set; }
Property Value
Signature
Declaration
public override string Signature { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Subtype
Declaration
public LayerSectionSubtype Subtype { get; set; }
Property Value