Click or drag to resize

PdfControlCollectionsGetByHandle Method

Search collection for the widget with the specified handle.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfControl GetByHandle(
	IntPtr handle
)

Parameters

handle  IntPtr
Widget annotaion's handle

Return Value

PdfControl
Found widget or null if nothing found.
See Also