ImageGear .NET
SetConversionPageStart Method




Pointer to Input Location object.
The number of the first page to convert.
Set conversion start page.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function SetConversionPageStart( _
   ByVal inputLocation As IntPtr, _
   ByVal startPage As Integer _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim startPage As Integer
Dim value As Integer
 
value = WorkerImports.SetConversionPageStart(inputLocation, startPage)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int SetConversionPageStart( 
   IntPtr inputLocation,
   int startPage
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int SetConversionPageStart( 
   IntPtr inputLocation,
   int startPage
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int SetConversionPageStart( 
   IntPtr inputLocation,
   int startPage
) 

Parameters

inputLocation
Pointer to Input Location object.
startPage
The number of the first page to convert.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback