Skip to content

883478 How to change cursor and add tool-tip when mouse over the uri annotation in PdfViewer #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

KrithikaGanesan
Copy link
Collaborator

How to change cursor and add tool-tip when mouse over the uri annotation in PdfViewer

Copy link
Collaborator

@Deepak1799 Deepak1799 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested changes

docView.Load(stream);
annotationPageIndex = 0;
annotationBounds = uriAnnotation.Bounds;
//annotationBounds = convertor.ConvertToPixels(annotationBounds, PdfGraphicsUnit.Point);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove the commented lines
  • Remove unwanted namespaces
  • Add comments wherever possible as it is a public repo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have addressed the provided feedbacks.

Copy link
Collaborator

@Deepak1799 Deepak1799 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested changes

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Syncfusion.Compression.Base" version="26.2.5" targetFramework="net48" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we specifically mention the version in the package? Can this be "*"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have addressed the provided feedback

Copy link
Collaborator

@Deepak1799 Deepak1799 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@Deepak1799 Deepak1799 merged commit 0c32b8d into master Jul 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants