ImageGear for .NET
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.

See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback