Click or drag to resize

AnnotationRenderersGetAnnotationDataTypes Method

Returns a list of all AnnotationData types registered in the AnnotationRenderers table.

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 Type[] GetAnnotationDataTypes()

Return Value

Type: Type
An array of Type for the AnnotationData renderers that are currently registered.
See Also