Click or drag to resize

AnnotationDataImporterImport Method (Int32)

Imports a page of annotations as LayerData.

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 LayerData Import(
	int page
)

Parameters

page
Type: SystemInt32
The zero-based page from which annotations will be imported. page is range checked against the document.

Return Value

Type: LayerData
A LayerData containing a set of annotations from the page.
See Also