Click or drag to resize

WpfAnnotationCanvasSelectAll Method (Boolean)

Selects all of the annotations on the current layer or all layers.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SelectAll(
	bool allLayers
)

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