ImageGear .NET - Updated
Format Property (ImGearRecOutputManager)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecOutputManager Class : Format Property
Gets or sets format used for output.
Syntax
'Declaration
 
Public Property Format As String
'Usage
 
Dim instance As ImGearRecOutputManager
Dim value As String
 
instance.Format = value
 
value = instance.Format
public string Format {get; set;}
public: __property string* get_Format();
public: __property void set_Format( 
   string* value
);
public:
property String^ Format {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
Remarks
This property specifies the output text format for the final output document. This setting is used during a call to WriteDocument method.
See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members