Click or drag to resize

AnnotationDataCollectionAdd Method

Adds an AnnotationData object to the collection.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	AnnotationData data
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The class derived from AnnotationData to add.
Exceptions
ExceptionCondition
Thrown if the data parameter is null.
See Also