Click or drag to resize

AnnotationRenderersAdd Method

Adds or replaces a rendering engine for the specified type.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void Add(
	Type type,
	IAnnotationRenderer renderer
)

Parameters

type
Type: SystemType
The type of the annotation data this renderer will handle.
renderer
Type: Atalasoft.Annotate.RendererIAnnotationRenderer
A class that will act as the renderer for this type.
See Also