Click or drag to resize

AnnotationDataCanResize Property

Gets or sets a value indicating if the annotation can be resized.
Gets or sets a value indicating if the annotation can be resized by the user.

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

Property Value

Type: Boolean
Indicates if the annotation can be resized.

Property Value

Type: Boolean
Indicates if the annotation can be resized.
Remarks
This will only prevent the annotation from being resized by the end-user. The annotation can still be programmatically resized.
Remarks
This will only prevent the annotation from being resized by the end-user. The annotation can still be programmatically resized.
See Also