Click or drag to resize

PdfiumFPDFFormField_GetFieldDict Method

Get field's dictionary

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFFormField_GetFieldDict(
	IntPtr frmField
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./

Return Value

IntPtr
Handle to field's dictionary.
Remarks
Each field in a document’s interactive form is defined by a field dictionary, which must be an indirect object. The field dictionaries may be organized hierarchically into one or more tree structures. Many field attributes are inheritable, meaning that if they are not explicitly specified for a given field, their values are taken from those of its parent in the field hierarchy. The designation(Required; inheritable) means that an attribute must be defined for every field, whether explicitly in its own field dictionary or by inheritance from an ancestor in the hierarchy.
See Also