Click or drag to resize

PdfFieldIsTerminalField Method

Checks if the given field is terminal.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public bool IsTerminalField()

Return Value

Type: 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