 | PdfInteractiveFormsGetControlByDict Method |
Gets the widget with the specified dictionary.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.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 PdfTypeDictionary
- Widget annotaion's dictionary
Return Value
PdfControlFound widget or null if nothing found.
See Also