Click or drag to resize

PdfiumFPDFFormControl_GetHighlightingMode Method

Get the highlighting mode of specified control

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FormHighlightingMode FPDFFormControl_GetHighlightingMode(
	IntPtr frmControl
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.

Return Value

FormHighlightingMode
One of the FormHighlightingMode value
See Also