AnnotateViewerMultipageAnnotateMode Property |
Gets or sets a value indicating whether the AnnotateViewer will automatically add and
remove top level
LayerAnnotation to match the number of images in the
Images collection.
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 bool MultipageAnnotateMode { get; set; }
Public Property MultipageAnnotateMode As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether the AnnotateViewer will handle multipage annotations.
Remarks When MultipageAnnotateMode is true, changing the Image property of the
viewer will automatically change the current layer for the
AnnotationController.
See Also