Click or drag to resize

PdfFieldIsTerminalField Method

Checks if the given field is terminal.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool IsTerminalField()

Return Value

Boolean
true if the field is terminla.
Remarks
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.) Such a field is also terminal.
See Also