Click or drag to resize

IAnnotationUIFactoryGetAnnotationUI Method

Returns the AnnotationUI object for a specific AnnotationData class.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
AnnotationUI GetAnnotationUI(
	AnnotationData data
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The annotation data from which a UI is requested.

Return Value

Type: AnnotationUI
The AnnotationUI object or null (Nothing in VB) if the factory is unable to create the object.
See Also