Class DocumentLoadContext
Controls the loading of a PSD file into a Paint.NET Document.
Inheritance
System.Object
DocumentLoadContext
Syntax
public class DocumentLoadContext : LoadContext
Constructors
DocumentLoadContext()
Declaration
public DocumentLoadContext()
Methods
Declaration
public override void OnLoadLayerHeader(Layer layer)
Parameters
Type |
Name |
Description |
Layer |
layer |
|
Overrides
Declaration
public override void OnLoadLayersHeader(PsdFile psdFile)
Parameters
Type |
Name |
Description |
PsdFile |
psdFile |
|
Overrides