AnnotationDataReadOnly Property |
Gets or sets a value indicating if the annotation is readOnly.
Gets or sets a value indicating if the annotation can be changed by the user.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool ReadOnly { get; set; }Public Property ReadOnly As Boolean
Get
Set
Property Value
Type:
BooleanIndicates if the annotation is readOnly.
Property Value
Type:
Boolean Indicates if the annotation can be changed.
RemarksThis will only prevent the annotation from being changed by the end-user. The annotation can still be programmatically changed.
Remarks This will only prevent the annotation from being changed by the end-user. The annotation can still be
programmatically changed.
See Also