Click or drag to resize

BaseWidgetAnnotationIsValidChildOf Method

Determines whether this annotation is valid child of the specified form field.

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 abstract 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