Click or drag to resize

FormVisitorBreadthFirst Method

Returns an enumeration of all the IFormElement objects in a form in breadth first order.

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 IEnumerable<IFormElement> BreadthFirst(
	PdfForm form
)

Parameters

form
Type: Atalasoft.PdfDoc.Generating.FormsPdfForm
The form containing fields.

Return Value

Type: IEnumerableIFormElement
The elements in the form.
See Also