Click or drag to resize

TextAnnotationFactoryGetAnnotationUI Method

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

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The TextData object for the annotation.

Return Value

Type: AnnotationUI
A TextAnnotation or null (Nothing in Visual Basic) if the data parameter is not a TextData object.

Implements

IAnnotationUIFactoryGetAnnotationUI(AnnotationData)
See Also