Click or drag to resize

PdfInteractiveFormsGetControlByDict Method

Gets the widget with the specified dictionary.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
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