ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : Open Method |
'Declaration <ObsoleteAttribute("Use ImGearRecOutputManager.OpenDocument instead")> Public Shared Function Open( _ ByVal dataFilePath As String _ ) As ImGearRecDocument
'Usage Dim dataFilePath As String Dim value As ImGearRecDocument value = ImGearRecDocument.Open(dataFilePath)
[Obsolete("Use ImGearRecOutputManager.OpenDocument instead")] public static ImGearRecDocument Open( string dataFilePath )
[Obsolete("Use ImGearRecOutputManager.OpenDocument instead")] public: static ImGearRecDocument* Open( string* dataFilePath )
[Obsolete("Use ImGearRecOutputManager.OpenDocument instead")] public: static ImGearRecDocument^ Open( String^ dataFilePath )
This method throws ImageGear.Core.ImGearException with error code ImageGear.Core.ImGearErrorCodes.NOT_LICENSED if ImGearRecLicenseFeature.FormattedOutput feature is not licensed.
Note: This method has been deprecated and will be removed from the public API in the next release. Please use the ImGearRecOutputManager.OpenDocument method instead.
ImGearRecDocument object created by this method should be disposed before disposing this instance to avoid ImageGear.Core.ImGearException producing an engine initialization error.