Posted by a ceTe Software moderator
Hello,
Yes, you can add supported annotations to the PDF document using our DynamicPDF Viewer control. Please find the below list of tools which you can add annotations to the PDF document using our DynamicPDF Viewer product. You can set the supported tools by using the CurrentTool property of the control for using the tool. Below is the sample code for setting tool as note.
MyDynamicPDFViewerControl.CurrentTool = "Note Tool";
The value can be one of following strings:
“Hand Tool”
“ZoomOut Tool”
“ZoomIn Tool”
“TypeWriter Tool” (*)
“Select Text Tool”
“Find Text Tool”
“Snapshot Tool”
“Annot Tool” (*)
“Rectangle Link Tool” (*)
“Quadrilateral Link Tool” (*)
“Arrow Tool” (*)
“Line Tool” (*)
“Dimension Tool” (*)
“Square Tool” (*)
“Rectangle Tool” (*)
“Circle Tool” (*)
“Ellipse Tool” (*)
“Polygon Tool” (*)
“Cloudy Tool” (*)
“Polyline Tool” (*)
“Pencil Tool” (*)
“Rubber Tool” (*)
“Highlight Tool” (*)
“Underline Tool” (*)
“Strikeout Tool” (*)
“Squiggly Tool” (*)
“Caret Tool” (*)
“Note Tool” (*)
“Push Button Tool” (*)
“Check Box Tool” (*)
“Radio Button Tool” (*)
“Combo Box Tool” (*)
“List Box Tool” (*)
“Text Field Tool” (*)
“Distance Tool” (*)
“Perimeter Tool” (*)
“Area Tool” (*)
“Image Tool” (*)
“FileAttachment Tool” (*)
“Attach a file” (*)
(*) Enterprise edition feature only.
Can you please send over the PDF document where in you are not able to view the annotations to our support team at:
support@cete.com so that we can do some testing on our end to find the cause for the behavior?
Thanks,
ceTe Software Support Team.