On this page
Guides
Highlight Form Fields and Hyperlinks
The highlight feature for PDF form fields helps users quickly locate and fill out forms, significantly enhancing efficiency in scenarios involving extensive form completion.
The highlight feature for hyperlinks allows users to add hyperlinks to crucial information within a PDF document, facilitating other users in swiftly locating and comprehending information. This not only improves the readability of the PDF document but also enhances its interactivity.
This example shows how to Highlight form fields and hyperlinks:
C#
// Enable form field highlighting.
myCPDFView.SetFormFieldHighlight(true);
// Enable hyperlink highlighting.
myCPDFView.SetShowLink(true);