Click or drag to resize

AnnotationControllerParent Property

Gets or sets the IAnnotate parent control where the annotations will be rendered.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IAnnotate Parent { get; set; }

Property Value

Type: IAnnotate
The control where the annotations will be rendered.
Remarks
Each AnnotationController must have its own IAnnotate parent. Giving multiple AnnotationController objects the same parent will cause unforeseen consequences and is not supported. This property should be set to null (Nothing in Visual Basic) when the controller is being replaced by another AnnotationController.
See Also