![]() | PdfiumFPDFInter |
public static IntPtr FPDFInterForm_GetFormDict( IntPtr interForm )
Public Shared Function FPDFInterForm_GetFormDict ( interForm As IntPtr ) As IntPtr
public: static IntPtr FPDFInterForm_GetFormDict( IntPtr interForm )
static member FPDFInterForm_GetFormDict : interForm : IntPtr -> IntPtr
public static IntPtr FPDFInterForm_GetFormDict( IntPtr interForm )
Patagames.Pdf.Pdfium.FPDFInterForm_GetFormDict = function(interForm);
Each field in a document’s interactive form is defined by a field dictionary. For purposes of definition and naming, the fields can be organized hierarchically and can inherit attributes from their ancestors in the field hierarchy. A field’s children in the hierarchy may also include widget annotations that define its appearance on the page. A field whose children are widget annotations is called a terminal field.
As a convenience, when a field has only a single associated widget annotation, the contents of the field dictionary and the annotation dictionary may 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.) If such an object defines an appearance stream, the appearance must be consistent with the object’s current value as a field.