Click or drag to resize

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
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The AnnotationData for this annotation. This parameter cannot be null (Nothing in Visual Basic).
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the data parameter is null.
See Also