Click or drag to resize

AnnotationDataImporterImport Method

Imports all annotations as AnnotationDataCollection.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual AnnotationDataCollection Import()

Return Value

Type: AnnotationDataCollection
A new AnnotationDataCollection object representing annotations for the entire document. Each LayerData within the collection represents one page of annotations. If a page has no annotations, the LayerData will be non-null, but empty.
Remarks
See Also