Click or drag to resize

TextWidgetAnnotationIsValidChildOf Method

Determines whether this annotation is valid child of the specified form field. Returns true is elem is a GenericFormField or a TextFormField

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool IsValidChildOf(
	IFormElement elem
)

Parameters

elem
Type: Atalasoft.PdfDoc.Generating.FormsIFormElement
The parent field.

Return Value

Type: Boolean
true if this is valid child of the specified form field; otherwise, false.
See Also