2

Can anyone explain the difference between SetExternalHyperlinkMouseOver and SetExternalHyperlinkClick?

I am trying to add a tool tip text along with redirection hyperlink in an Aspose slide text using C#. But I'm unable to understand what the difference between SetExternalHyperlinkMouseOver and SetExternalHyperlinkClick is.

Mafii
  • 7,227
  • 1
  • 35
  • 55
Varsha R
  • 21
  • 1

1 Answers1

0

SetExternalHyperlinkMouseOver sets the mouse over text shown by the PDF.

SetExternalHyperlinkClick however sets what url will be followed when the hyperlink is clicked.

Does that clear things up?

Mafii
  • 7,227
  • 1
  • 35
  • 55