Gets or sets a value indicating whether text will be added to the PDF as multi-byte Unicode values or encoded using the default Windows codepage. 
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property UseUnicodeText As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearOCRPDFOutputOptions
Dim value As Boolean
 
instance.UseUnicodeText = value
 
value = instance.UseUnicodeText
             
        
            
            public bool UseUnicodeText {get; set;}
             
        
            
            public: __property bool get_UseUnicodeText();
public: __property void set_UseUnicodeText( 
   bool value
);
             
        
            
            public:
property bool UseUnicodeText {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also