ImageGear .NET - Updated
ImGearRecDocument Class
Members 




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecDocument Class
Class that provides a conversion of the recognized data to the specified format.
Object Model
ImGearRecDocument ClassImGearRecDocument ClassImGearRecDocument Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearRecDocument 
   Inherits ImGearRecSettingsCollectionObjectBase
'Usage
 
Dim instance As ImGearRecDocument
public sealed class ImGearRecDocument : ImGearRecSettingsCollectionObjectBase 
public __gc __sealed class ImGearRecDocument : public ImGearRecSettingsCollectionObjectBase 
public ref class ImGearRecDocument sealed : public ImGearRecSettingsCollectionObjectBase 
Remarks

The instance of this class has a common native data with the ImGearRecognition object that creates this instance. Both ImGearRecDocument and ImGearRecognition support System.IDisposable interface for the native data release. The ImGearRecDocument instance is a “child” object of ImGearRecognition object. Therefore, method ImGearRecognition.Dispose releases all native data while Dispose releases only the part of the same native data that have a relation to this document. It means the all ImGearRecDocument instances should be disposed before the releasing of ImGearRecognition object for avoid the additional errors during disposing the ImGearRecDocument instance. Otherwise, Dispose will produce the engine initialization error.

Note: This class requires ImGearRecLicenseFeature.FormattedOutput feature to be enabled.
Inheritance Hierarchy

System.Object
   ImageGear.Recognition.ImGearRecSettingsCollectionObjectBase
      ImageGear.Recognition.ImGearRecDocument

See Also

Reference

ImGearRecDocument Members
ImageGear.Recognition Namespace