Click or drag to resize

PdfiumFPDFInterForm_GetControlByDict Method

Gets the control by its dictionary

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFInterForm_GetControlByDict(
	IntPtr interForm,
	IntPtr dictionary
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
dictionary  IntPtr
Handle to widget annotation's dictionary

Return Value

IntPtr
Handle to the control.
See Also