Click or drag to resize

PdfiumFORM_SetFocusAnnot Method

Set the input focus to the specified annotation.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FORM_SetFocusAnnot(
	IntPtr form_handle,
	IntPtr page,
	IntPtr annot,
	int flags = 0
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
page  IntPtr
Handle to PDF page.
annot  IntPtr
Handle to the annotation dictionary.
flags  Int32  (Optional)
Reserved, must be 0.
See Also