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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected 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| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the data parameter is null. |
See Also