AnnotationControllerSelectAll Method |
Selects all of the annotations on the current layer or all layers.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void SelectAll(
bool allLayers
)
Public Sub SelectAll (
allLayers As Boolean
)
Parameters
- allLayers
- Type: SystemBoolean
Indicates whether to select annotations on all of the layers. If this is
false, only the current layer annotations are selected.
See Also