DoCommandTool StickyNotes

If you are a C/C++/C# developer and have any questions about using our products from your application here is the place to post them.
Post Reply
craigb
Posts: 5
Joined: Tue Jan 09 2007

DoCommandTool StickyNotes

Post by craigb »

Hi

I am using the DoCommandTool method to add stickynotes to a PDF document with the code below

pdfCreator.DoCommandTool(Amyuni.PDFCreator.IacCommandTool.acCommandToolStickyNote);

I then draw an area that i want a note to appear and type in the text.

If there any way of changing the icon for the note and the colour of the note at all?

Thanks in advance
Post Reply