ImageGear .NET v24.12 - Updated
IsTextClipboardEnabled Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : IsTextClipboardEnabled Property
Gets or sets a value indicating whether the clipboard operations for text annotations are enabled.
Syntax
'Declaration
 
Public Property IsTextClipboardEnabled As Boolean
'Usage
 
Dim instance As AnnotatorSettings
Dim value As Boolean
 
instance.IsTextClipboardEnabled = value
 
value = instance.IsTextClipboardEnabled
public bool IsTextClipboardEnabled {get; set;}
public: __property bool get_IsTextClipboardEnabled();
public: __property void set_IsTextClipboardEnabled( 
   bool value
);
public:
property bool IsTextClipboardEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
The default value is true.
See Also

Reference

AnnotatorSettings Class
AnnotatorSettings Members