Click or drag to resize

AnnotationDataImporterImport Method (Int32, Int32)

Imports a single annotation from a given page of annotations.

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 AnnotationData Import(
	int page,
	int annotIndex
)

Parameters

page
Type: SystemInt32
The zero-based page from which annotations will be imported. page is range checked against the document.
annotIndex
Type: SystemInt32
The zero-based annotation which will be imported. annotIndex is range checked against the number of annotations of the page. The number of annotations on a page is available through GetAnnotationCount(Int32).

Return Value

Type: AnnotationData
A single AnnotationData object representing the imported annotation.
See Also