1. Home
  2. Foxit PDF SDK for Android
  3. How to highlight form fields and set form field highlight color?

How to highlight form fields and set form field highlight color?

The UIExtensionsManager.enableFormHighlight() interface is provided to set whether to enable highlighting the links in PDF documents. By default, the form fields will be highlighted. If you do not want to highlight form fields, please set the parameter to “false” as follows:

// Assume you have already Initialized a UIExtensionsManager object 
uiExtensionsManager.enableFormHighlight(false);

The UIExtensionsManager.setFormHighlightColor() interface is used to set the highlight color. Please make sure you have not disabled highlighting links. Following is a sample for calling this API:

// Set the highlight color to blue.
uiExtensionsManager.setFormHighlightColor(0x4b0000ff);
Updated on October 7, 2019

Was this article helpful?

Related Articles

Ready to try Foxit PDF SDK?
Click the link below to download your trial
Free Trial