Hello,
I have a need to load .IEN and .LYR files but keeping all existing layers in IE intact.
How can I do this?
In case of PSD I am able to set following to load all layers in PSD file keeping intact existing layers:
ImageEnView1.IO.Params.PSD_LoadLayers := true;
ImageEnView1.IO.Params.PSD_ReplaceLayers := false;
Is there something like this available in case of .IEN and .LYR files?
TIA
Yogi Yang