Hi,
I'm developing an Acrobat 11 plugin using the Acrobat 11 SDK. I need to use the pencil/Ink tool in the plugin.
I'm using the below code to do it.
AVTool tool = AVAppGetToolByName (ASAtomFromString("Ink"));
AVAppSetActiveTool (tool, true);
Hi,
I'm developing an Acrobat 11 plugin using the Acrobat 11 SDK. I need to use the pencil/Ink tool in the plugin.
I'm using the below code to do it.
AVTool tool = AVAppGetToolByName (ASAtomFromString("Ink"));
AVAppSetActiveTool (tool, true);