ImageGear for .NET
IsTextClipboardEnabled Property (ImGearAnnotationSettings)




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 ImGearAnnotationSettings
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

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback