Click or drag to resize

PdfMarkupAnnotationFactoryGetAnnotationUI Method

Returns a new PdfMarkupAnnotation from a PdfMarkupData object.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.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 PdfMarkupData to create the annotation from.

Return Value

Type: AnnotationUI
A new PdfMarkupAnnotation or null (Nothing in VB) if the data is not a PdfMarkupData object.

Implements

IAnnotationUIFactoryGetAnnotationUI(AnnotationData)
See Also