ImageGear for .NET
OpenDocument Method (ImGearRecOutputManager)




Specifies the valid data file to be copied into the document class object.
Creates a new instance of the ImGearRecDocument class and fills it with data from the specified data file.
Syntax
'Declaration
 
Public Function OpenDocument( _
   ByVal dataFilePath As String _
) As ImGearRecDocument
'Usage
 
Dim instance As ImGearRecOutputManager
Dim dataFilePath As String
Dim value As ImGearRecDocument
 
value = instance.OpenDocument(dataFilePath)
public ImGearRecDocument OpenDocument( 
   string dataFilePath
)
public: ImGearRecDocument* OpenDocument( 
   string* dataFilePath
) 
public:
ImGearRecDocument^ OpenDocument( 
   String^ dataFilePath
) 

Parameters

dataFilePath
Specifies the valid data file to be copied into the document class object.

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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback