Click or drag to resize

AnnotationDataPageImportEventHandler Delegate

A delegate called for each page imported.

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 delegate void AnnotationDataPageImportEventHandler(
	Object sender,
	AnnotationDataPageImportEventArgs args
)

Parameters

sender
Type: SystemObject
The importer used.
args
Type: Atalasoft.Annotate.ImportersAnnotationDataPageImportEventArgs
An AnnotationDataPageImportEventArgs containing information about the page that was imported.
See Also