AnnotationUI Constructor (AnnotationData) |
A constructor for the AnnotationUI object specifying the releated
AnnotationData.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected AnnotationUI(
AnnotationData data
)
Protected Sub New (
data As AnnotationData
)
Parameters
- data
- Type: Atalasoft.AnnotateAnnotationData
The AnnotationData for this annotation. This parameter cannot be null (Nothing in
Visual Basic).
Exceptions See Also