If true current layers are replaced by the content of PSD file, otherwise the PSD file content is append to existing layers.

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

Syntax

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

See Also