ImageGear .NET
WorkerCloseDocument Method




IntPtr inputLocation.
Close the opened document.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function WorkerCloseDocument( _
   ByVal inputLocation As IntPtr _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim value As Integer
 
value = WorkerImports.WorkerCloseDocument(inputLocation)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int WorkerCloseDocument( 
   IntPtr inputLocation
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int WorkerCloseDocument( 
   IntPtr inputLocation
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int WorkerCloseDocument( 
   IntPtr inputLocation
) 

Parameters

inputLocation
IntPtr inputLocation.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback