| PdfFieldIsTerminalField Method |
Checks if the given field is terminal.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool IsTerminalField()
Public Function IsTerminalField As Boolean
public:
bool IsTerminalField()
member IsTerminalField : unit -> bool
public boolean IsTerminalField()
function IsTerminalField();
Return Value
Booleantrue 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