Making a winform in C#,there are several buttons, Click the button to achieve the photoshop cs5 functions through the ps’dll ? All I know is c# call cs4’s functions through “interop.photoshop.dll”, but I don’t know which dll I should call in cs5. I can’t find any info about c# in PS cs5 SDK,it’t all about andriod,ios… Can anybody help me ???
Making a winform in C#,there are several buttons, Click the button to achieve the
Share
You can download the Photoshop CS5 SDK with all documentation (including all on the COM interfaces) at http://www.adobe.com/devnet/photoshop/sdk/eula.html
It comes with samples/source code too…