Question
How to export selection in a doc as png?
Hi,
I am working on a plugin for CC 2019 that can export selection on a document as png.
I looked into APIs in the C++ SDK similar to this API from the Scripting SDK,
app.activeDocument.exportSelectionAsPNG(fileSpec);
But, I couldn't find one.
There are only options to export the whole document.
Am I missing anything?
