Click or drag to resize

PdfiumFPDF_SetFormFieldHighlightColor Method

Set the highlight color of specified or all the form fields in the document.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_SetFormFieldHighlightColor(
	IntPtr form_handle,
	FormFieldTypes field_type,
	int color
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
field_type  FormFieldTypes
A 32-bit integer indicating the type of a form field.
color  Int32
The highlight color of the form field.Constructed by 0xxxrrggbb.
Remarks
When the parameter fieldType is set to zero, the highlight color will be applied to all the form fields in the document. Please refresh the client window to show the highlight immediately if necessary.
See Also