In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / EnableAnnotationActionButtons Property

EnableAnnotationActionButtons Property (DocuViewareControl)

In This Topic
Specifies whether the action buttons shall be enabled when an annotation is selected.
This property is only effective if EnableGdPictureAnnotations is set to true.
Syntax
'Declaration
 
Public Property EnableAnnotationActionButtons As Boolean
public bool EnableAnnotationActionButtons {get; set;}
Remarks
Default value is true.
See Also