ImageGear .NET v24.12 - Updated
CreateDocument Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecOutputManager Class : CreateDocument Method
Specifies the intermediate data file. If this parameter is null or equal to "", then the file name will be generated automatically.
Creates a new instance of the ImGearRecDocument class. A null or empty string argument is valid.
Syntax
'Declaration
 
Public Function CreateDocument( _
   ByVal dataFilePath As String _
) As ImGearRecDocument
'Usage
 
Dim instance As ImGearRecOutputManager
Dim dataFilePath As String
Dim value As ImGearRecDocument
 
value = instance.CreateDocument(dataFilePath)
public ImGearRecDocument CreateDocument( 
   string dataFilePath
)
public: ImGearRecDocument* CreateDocument( 
   string* dataFilePath
) 
public:
ImGearRecDocument^ CreateDocument( 
   String^ dataFilePath
) 

Parameters

dataFilePath
Specifies the intermediate data file. If this parameter is null or equal to "", then the file name will be generated automatically.

Return Value

New instance of ImGearRecDocument class object.
Remarks

This method throws ImageGear.Core.ImGearException with error code ImageGear.Core.ImGearErrorCodes.NOT_LICENSED if the ImGearRecLicenseFeature.FormattedOutput feature is not licensed.

ImGearRecDocument object created by this method should be disposed before disposing this instance to avoid ImageGear.Core.ImGearException producing an engine initialization error.

See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members