Click or drag to resize

PdfControlCollectionsGetControlByDict Method

Search collection for the widget with the specified dictionary.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public PdfControl GetControlByDict(
	PdfTypeDictionary dict
)

Parameters

dict
Type: Patagames.Pdf.Net.BasicTypesPdfTypeDictionary
Widget annotaion's dictionary

Return Value

Type: PdfControl
Found widget or null if nothing found.
See Also