Search found 5 matches

by craigb
Tue Jan 09 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: c# DoCommandTools for StickyNotes
Replies: 1
Views: 5936

c# DoCommandTools for StickyNotes

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 not...
by craigb
Tue Jan 09 2007
Forum: C/C++/C# Community
Topic: DoCommandTool StickyNotes
Replies: 0
Views: 6283

DoCommandTool StickyNotes

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 not...
by craigb
Tue Jan 09 2007
Forum: C/C++/C# Community
Topic: Viewing Annotations (Stick Notes) on screen
Replies: 0
Views: 6121

Viewing Annotations (Stick Notes) on screen

Hi I am using C#. I have loaded a PDF document it the PDF Creator control using the below code. The file that I am loading contains annotations, however they are not visible on screen? I have used the Annotate Report State, is there something else I need to do??? ------------------------------------...
by craigb
Tue Jan 09 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Viewing annotations on the PDFCreator
Replies: 1
Views: 5737

Viewing annotations on the PDFCreator

Hi I have loaded a PDF document it the PDF Creator control using the below code. The file that I am loading contains annotations, however they are not visible on screen? I have used the Annotate Report State, is there something else I need to do??? ---------------------------------------------------...
by craigb
Tue Jan 09 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Adding an Annotation (StickyNote) to a PDF Document
Replies: 0
Views: 5714

Adding an Annotation (StickyNote) to a PDF Document

Hi I have the below code that I need to use to create a Annotation on an existing PDF document. It works, however the annotation has no text????? It is just a blank annotation. Can anyone please help me??? ----------------------------------------------- pdfCreator1.Document.CurrentPage.CreateObject(...