Click or drag to resize

PdfPageGetControlAtPoint Method

Get the field's widget at specified position.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public PdfControl GetControlAtPoint(
	float x,
	float y,
	out int zOrder
)

Parameters

x
Type: SystemSingle
X position in PDF "user space".
y
Type: SystemSingle
Y position in PDF "user space".
zOrder
Type: SystemInt32
The z order of found widget

Return Value

Type: PdfControl
Return PdfControl object; null indicates no widget.
See Also