Click or drag to resize

PdfControlCollectionsGetControlByDict Method

Search collection for the widget with the specified dictionary.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfControl GetControlByDict(
	PdfTypeDictionary dict
)

Parameters

dict  PdfTypeDictionary
Widget annotaion's dictionary

Return Value

PdfControl
Found widget or null if nothing found.
See Also