 | 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
Syntaxpublic PdfControl GetControlByDict(
PdfTypeDictionary dict
)
Public Function GetControlByDict (
dict As PdfTypeDictionary
) As PdfControl
public:
PdfControl^ GetControlByDict(
PdfTypeDictionary^ dict
)
member GetControlByDict :
dict : PdfTypeDictionary -> PdfControl
public PdfControl GetControlByDict(
PdfTypeDictionary dict
)
function GetControlByDict(dict);
Parameters
- dict
- Type: Patagames.Pdf.Net.BasicTypesPdfTypeDictionary
Widget annotaion's dictionary
Return Value
Type:
PdfControlFound widget or null if nothing found.
See Also