Click or drag to resize

AnnotationDataImporterOnAnnotationPageImported Method

Raises the AnnotationPageImported event.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void OnAnnotationPageImported(
	AnnotationDataPageImportEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.ImportersAnnotationDataPageImportEventArgs
The AnnotationDataPageImportEventArgs for this event.
Remarks
The event is raised after a page of annotations has been imported.
See Also