Click or drag to resize

WebAnnotationControllerCreateAnnotationImage Method (AnnotationUI)

Creates an image for an annotation.

Namespace:  Atalasoft.Imaging.WebControls.Annotations
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected AtalaImage CreateAnnotationImage(
	AnnotationUI ann
)

Parameters

ann
Type: Atalasoft.Annotate.UIAnnotationUI
The annotation.

Return Value

Type: AtalaImage
An image representation of the annotation.
See Also