Click or drag to resize

PdfiumFPDPage_HasFormFieldAtPoint Method

Check the form field position by point.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FormFieldTypes FPDPage_HasFormFieldAtPoint(
	IntPtr form_handle,
	IntPtr page,
	double page_x,
	double page_y
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
page_x  Double
X position in PDF "user space".
page_y  Double
Y position in PDF "user space".

Return Value

FormFieldTypes
Return the type of the formfiled; -1 indicates no fields.
See Also