L
Lionel
Hi,
I am trying to open a Photoshop document with the Photoshop (COM) reference.
Photoshop.Application appRef = new Photoshop.Application();
Photoshop.Document docRef;
docRef=appRef.Open("c:\test.jpg");
C# is waiting for an Object argument after the "c:\test.jpg" in the Open
fonction.
I don't know wich parameter i have to put there.
Any idea ?
Thanks
I am trying to open a Photoshop document with the Photoshop (COM) reference.
Photoshop.Application appRef = new Photoshop.Application();
Photoshop.Document docRef;
docRef=appRef.Open("c:\test.jpg");
C# is waiting for an Object argument after the "c:\test.jpg" in the Open
fonction.
I don't know wich parameter i have to put there.
Any idea ?
Thanks