c# DoCommandTools for StickyNotes

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
craigb
Posts: 5
Joined: Tue Jan 09 2007

c# DoCommandTools for 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
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You can create the stickyNote object using the CreateObject command and change all the stickyNote attributes as you wish. For more information please check pages 93-94 and 101 of the "PDF Creator Developer Manual.pdf" that you received with the product.

Hope this helps.
Post Reply