Click or drag to resize

PdfFormIsFieldLeaf Method

Determines whether a give IFormElement is a leaf or a node.

Namespace:  Atalasoft.PdfDoc.Generating.Forms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static bool IsFieldLeaf(
	IFormElement elem
)

Parameters

elem
Type: Atalasoft.PdfDoc.Generating.FormsIFormElement
The form element.

Return Value

Type: Boolean
true if [is field leaf] [the specified elem]; otherwise, false.
See Also