Question
identify photoshop banknote exception in c#
Photoshop doesn't allow banknote images editing that's fine.
But we have an application in c# which opens files in photoshop and performs some action.
Now if the image is a banknote image then photoshop throws an exception saying it doesn't allow editing banknote images.
How to catch this exception in c#?
How to identify if an image is a banknote image before opening it in photoshop using photoshop.dll COM interop in c#?