Click or drag to resize

PdfiumFORM_GetFocusAnnot Method

Get the annotation that currently has input focus.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static IntPtr FORM_GetFocusAnnot(
	IntPtr form_handle
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.

Return Value

IntPtr
The handle to the annotation dictionary.
See Also