Accusoft.NotateXpress13.Net
TMSNote Property (TextToolbarDefaults)




Gets and sets whether or not the annotation is saved as a TMSNote or Text.
Syntax
'Declaration
 
Public Property TMSNote As Boolean
'Usage
 
Dim instance As TextToolbarDefaults
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

The default value is false.

This only effects the Legacy TMS file format.

See Also

Reference

TextToolbarDefaults Class
TextToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback