Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Tell us about your applications and your projects.
  • Page:
  • 1

TOPIC:

Using RadaeePDF SDK supported version (On UWP platform) 6 years 3 weeks ago #13665

  • nermeen
  • nermeen's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
a. When a annotated PDF document is opened in the PDF Viewer, user can still select and view the annotation. [This was not expected as it's should not
allow to move or modify the added annotations]
This is the default behavior, the annotations are editable. you can either set the annotation as readonly (and handle the readonly state), or use PDFPage.FlatAnnots (this will convert all the annotations contained in the page to be part of the page content, i.e. cannot be modified or deleted)

-- Not able to view the TypeText annotation
You mean the text note popup is not opened? If yes, did you add the handling of TextAnnotControl?

-- EditBox annotation is not moving even not able to resize the Text entered in the EditBox.
This can be implemented using the PDFAnnot.Rect

-- Select annotation is not highlighting the selected text in the PDF document. Hence difficult to view the highlight text, strikeText etc.
annotation on the PDF documents.
This is working in the demo project, so it must be related to how you are implementing it in your project.

-- After annotation are applied to document. Can we lock the annotation so that user should not move the annotation in the view mode?
This can be implemented using PDFAnnot.ReadOnly property, you can set it.. and then while editing check if the readonly is true block all types of editing/moving.

-- What properties we can enable for RadaeePDF SDK while using as PDF viewer and PDF annotate viewer?
The question is not clear, but it depends on the license type and the features available with this type.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum