Click or drag to resize

WebAnnotationControllerCreateAnnotationImage Method (AnnotationData, IAnnotationRenderer)

Creates an image for an annotation using a specified renderer.

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(
	AnnotationData data,
	IAnnotationRenderer renderer
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The annotation data.
renderer
Type: Atalasoft.Annotate.RendererIAnnotationRenderer
The renderer to use.

Return Value

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