Click or drag to resize

AnnotationRenderersGet Method

Gets the rendering engine for a specific 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 IAnnotationRenderer Get(
	Type type
)

Parameters

type
Type: SystemType
The annotation data type to look up.

Return Value

Type: IAnnotationRenderer
The renderer for this annotation data or a AnnotationRenderingEngine if a renderer is not found.
See Also