Click or drag to resize

AnnotationDataImporterOnAnnotationPageImporting Method

Raises the AnnotationPageImporting 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 OnAnnotationPageImporting(
	AnnotationDataPageImportEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.ImportersAnnotationDataPageImportEventArgs
The AnnotationDataPageImportEventArgs for this event.
Remarks
This event is raised before a page of annotations will be imported.
See Also