 | PdfiumFPDFFormControl_GetWidget Method |
Get a dictionary of Widget Annotations
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFormControl_GetWidget(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetWidget (
frmControl As IntPtr
) As IntPtr
public:
static IntPtr FPDFFormControl_GetWidget(
IntPtr frmControl
)
static member FPDFFormControl_GetWidget :
frmControl : IntPtr -> IntPtr
public static IntPtr FPDFFormControl_GetWidget(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetWidget = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
IntPtrHandle to dictionary.
Remarks
Interactive forms use widget annotations (PDF 1.2) to represent the appearance of fields
and to manage user interactions. As a convenience, when a field has only a single associated
widget annotation, the contents of the field dictionary and the annotation dictionary
can be merged into a single dictionary containing entries that pertain to both a field and
an annotation. (This presents no ambiguity, since the contents of the two kinds of dictionaries
do not conflict.)
See Also