Click or drag to resize

DocumentAnnotationViewerAnnotationSaveOptionsHandler Property

Gets or sets the delegate used for annotation saving options.

If this property is null (Nothing in VB) the annotations will be embedded into JPEG, TIFF and PDF files.

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 AnnotationSaveOptionsHandler AnnotationSaveOptionsHandler { get; set; }

Property Value

Type: AnnotationSaveOptionsHandler
The delegate used for annotation saving options.
See Also