Click or drag to resize

EmbeddedImageAnnotation Constructor (EmbeddedImageData)

Creates a new instance of EmbeddedImageAnnotation specifying the EmbeddedImageData used by the annotation.

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 EmbeddedImageAnnotation(
	EmbeddedImageData data
)

Parameters

data
Type: Atalasoft.AnnotateEmbeddedImageData
The EmbeddedImageData for this annotation.
Exceptions
ExceptionCondition
Thrown if the data argument is null (Nothing in VB).
See Also