AnnotationDataCanSelect Property |
Gets or sets a value indicating if the annotation can be selected.
Gets or sets a value indicating if the annotation can be selected.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool CanSelect { get; set; }
Public Property CanSelect As Boolean
Get
Set
Property Value
Type:
BooleanIndicates if the annotation can be selected.
Property Value
Type:
Boolean Indicates if the annotation can be selected.
Remarks This will only prevent the annotation from being selected by the end-user. The annotation can still be programmatically selected.
Remarks This will only prevent the annotation from being selected by the end-user. The annotation can still be
programmatically selected.
See Also