Gets or sets a value indicating whether NotateXpress will treat all files as Unicode.
'Declaration
Public Property UnicodeMode As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.UnicodeMode = value
value = instance.UnicodeMode
public bool UnicodeMode {get; set;}
public: __property bool get_UnicodeMode();
public: __property void set_UnicodeMode(
bool value
);
public:
property bool UnicodeMode {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true if all files are treated as Unicode. Otherwise,
false is used and all files are not treated as Unicode.