Click or drag to resize

PdfFormContainsFormElement Method

Determines whether this form contains the given IFormElement

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 bool ContainsFormElement(
	IFormElement given
)

Parameters

given
Type: Atalasoft.PdfDoc.Generating.FormsIFormElement
The form element to search for.

Return Value

Type: Boolean
true if the form contains the given element; otherwise, false.
See Also