ImageGear .NET
WorkerLoadDocumentFromBuffer Method




Input buffer.
The size of buffer.
Pointer to Input Location object.
Load document in LibreOffice.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function WorkerLoadDocumentFromBuffer( _
   ByVal buffer() As Byte, _
   ByVal count As Integer, _
   ByRef inputLocation As IntPtr _
) As Integer
'Usage
 
Dim buffer() As Byte
Dim count As Integer
Dim inputLocation As IntPtr
Dim value As Integer
 
value = WorkerImports.WorkerLoadDocumentFromBuffer(buffer, count, inputLocation)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int WorkerLoadDocumentFromBuffer( 
   byte[] buffer,
   int count,
   ref IntPtr inputLocation
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int WorkerLoadDocumentFromBuffer( 
   byte[]* buffer,
   int count,
   ref IntPtr inputLocation
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int WorkerLoadDocumentFromBuffer( 
   array<byte>^ buffer,
   int count,
   IntPtr% inputLocation
) 

Parameters

buffer
Input buffer.
count
The size of buffer.
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