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
)
Public MustOverride Function IsValidChildOf (
elem As IFormElement
) As Boolean
Parameters
- elem
- Type: Atalasoft.PdfDoc.Generating.FormsIFormElement
The parent field.
Return Value
Type:
Booleantrue if this is valid child of the specified form field; otherwise,
false.
See Also