ImageGear .NET - Updated
CodePage Property (ImGearRecOutputManager)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecOutputManager Class : CodePage Property
Gets or sets the Code Page used for output and character conversion.
Syntax
'Declaration
 
Public Property CodePage As String
'Usage
 
Dim instance As ImGearRecOutputManager
Dim value As String
 
instance.CodePage = value
 
value = instance.CodePage
public string CodePage {get; set;}
public: __property string* get_CodePage();
public: __property void set_CodePage( 
   string* value
);
public:
property String^ CodePage {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members