Accusoft.NotateXpress13.Net
TMSNote Property (TextTool)




Gets and sets whether or not the annotation is treated as a TMSNote on saving as a note or text.
Syntax
'Declaration
 
Public Property TMSNote As Boolean
'Usage
 
Dim instance As TextTool
Dim value As Boolean
 
instance.TMSNote = value
 
value = instance.TMSNote
public bool TMSNote {get; set;}
public: __property bool get_TMSNote();
public: __property void set_TMSNote( 
   bool value
);
public:
property bool TMSNote {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save as a TMSNote. Otherwise, false is used and the annotation is not saved as a TMSNote.
Remarks
This only effects the Legacy TMS file format.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback