Click or drag to resize

PdfiumFPDF_SetFormFieldHighlightAlpha Method

Set the transparency of 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_SetFormFieldHighlightAlpha(
	IntPtr form_handle,
	byte alpha
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
alpha  Byte
The transparency of the form field highlight color. between 0-255.
See Also