Accusoft.NotateXpress13.Net
TextLocked Property (TextTool)




Gets and sets whether or not the text within the annotation is editable.
Syntax
public bool TextLocked {get; set;}
public: __property bool get_TextLocked();
public: __property void set_TextLocked( 
   bool value
);
public:
property bool TextLocked {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property TextLocked As Boolean
 
'Usage
 
Dim instance As TextTool
Dim value As Boolean
 
instance.TextLocked = value
 
value = instance.TextLocked

Property Value

A boolean value which is true to make the text within the annotation editable. Otherwise, false is used and the annotation is not editable.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback