ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecDocument Class |
'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
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.System.Object
ImageGear.Recognition.ImGearRecSettingsCollectionObjectBase
ImageGear.Recognition.ImGearRecDocument