ImageGear .NET
WorkerGetCacheFileName Method




IntPtr inputLocation.
Chache file path.
Gets cache filename
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function WorkerGetCacheFileName( _
   ByVal inputLocation As IntPtr, _
   ByRef filename As IntPtr _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim filename As IntPtr
Dim value As Integer
 
value = WorkerImports.WorkerGetCacheFileName(inputLocation, filename)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int WorkerGetCacheFileName( 
   IntPtr inputLocation,
   ref IntPtr filename
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int WorkerGetCacheFileName( 
   IntPtr inputLocation,
   ref IntPtr filename
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int WorkerGetCacheFileName( 
   IntPtr inputLocation,
   IntPtr% filename
) 

Parameters

inputLocation
IntPtr inputLocation.
filename
Chache file path.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback