ImageGear .NET
SetOutputLocationUrl(IntPtr,String) Method




Pointer to Input Location object.
Url of output document.
Set Output location Url.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Overloads Shared Function SetOutputLocationUrl( _
   ByVal inputLocation As IntPtr, _
   ByVal url As String _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim url As String
Dim value As Integer
 
value = WorkerImports.SetOutputLocationUrl(inputLocation, url)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int SetOutputLocationUrl( 
   IntPtr inputLocation,
   string url
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int SetOutputLocationUrl( 
   IntPtr inputLocation,
   string* url
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int SetOutputLocationUrl( 
   IntPtr inputLocation,
   String^ url
) 

Parameters

inputLocation
Pointer to Input Location object.
url
Url of output document.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback