Click or drag to resize

AnnotationSaveOptionsHandler Delegate

This delegate is used to provide annotation save options to the DocumentAnnotationViewer.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void AnnotationSaveOptionsHandler(
	DocumentAnnotationViewer viewer,
	AnnotationSaveOptions options
)

Parameters

viewer
Type: Atalasoft.Annotate.UIDocumentAnnotationViewer
The viewer where annotations are being saved.
options
Type: Atalasoft.Annotate.UIAnnotationSaveOptions
An AnnotationSaveOptions to specify the save options.
See Also