Click or drag to resize

PdfLineAnnotationFactoryGetAnnotationUI Method

Returns a new PdfLineAnnotation from the PdfLineData provided.

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
A PdfLineData to create the annotation from.

Return Value

Type: AnnotationUI
A new PdfLineAnnotation or null (Nothing in VB) if the data class was not a PdfLineData object.

Implements

IAnnotationUIFactoryGetAnnotationUI(AnnotationData)
See Also