Accusoft.NotateXpress13.Net
UnicodeMode Property




Gets or sets a value indicating whether NotateXpress will treat all files as Unicode.
Syntax
'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.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback