ImageGear .NET
WorkerLoadDocument Method




Input file path.
Pointer to Input Location object.
Load document in LibreOffice.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function WorkerLoadDocument( _
   ByVal inputFileName As String, _
   ByRef inputLocation As IntPtr _
) As Integer
'Usage
 
Dim inputFileName As String
Dim inputLocation As IntPtr
Dim value As Integer
 
value = WorkerImports.WorkerLoadDocument(inputFileName, inputLocation)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int WorkerLoadDocument( 
   string inputFileName,
   ref IntPtr inputLocation
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int WorkerLoadDocument( 
   string* inputFileName,
   ref IntPtr inputLocation
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int WorkerLoadDocument( 
   String^ inputFileName,
   IntPtr% inputLocation
) 

Parameters

inputFileName
Input file path.
inputLocation
Pointer to Input Location object.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback