Click or drag to resize

PdfiumFPDF_RemoveFormFieldHighlight Method

Remove the form field highlight color in the document.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_RemoveFormFieldHighlight(
	IntPtr form_handle
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
Remarks
Please refresh the client window to remove the highlight immediately if necessary.
See Also