If true discards the merged image and load only separated layers. If false (default) loads only the merged image.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool PSD_LoadLayers { get; set; }
Public Property PSD_LoadLayers As Boolean
	Get
	Set
public:
property bool PSD_LoadLayers {
	bool get ();
	void set (bool value);
}

Examples

CopyC#
IEViewer1.Image.IOParams.PSD_LoadLayers = true;
IEViewer1.Image.LoadImage("input.psd");
IEViewer1.Image.EnableMoveLayers=true;
IEViewer1.Image.EnableResizeLayers=true;

See Also