Class LoadContext
Contains settings and callbacks that affect the loading of a PSD file.
Inheritance
System.Object
LoadContext
Namespace: PhotoshopFile
Syntax
public class LoadContext
Constructors
LoadContext()
Declaration
public LoadContext()
Properties
Encoding
Declaration
public Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
System.Text.Encoding |
Methods
OnLoadLayerHeader(Layer)
Declaration
public virtual void OnLoadLayerHeader(Layer layer)
Parameters
Type | Name | Description |
---|---|---|
Layer | layer |
OnLoadLayersHeader(PsdFile)
Declaration
public virtual void OnLoadLayersHeader(PsdFile psdFile)
Parameters
Type | Name | Description |
---|---|---|
PsdFile | psdFile |