'Declaration
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function WorkerLoadDocumentFromBuffer( _
ByVal () As Byte, _
ByVal As Integer, _
ByRef 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)