ImageGear .NET
SetConversionPageWidth Method




Pointer to Input Location object.
Width of the page.
Set Conversion page width.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function SetConversionPageWidth( _
   ByVal inputLocation As IntPtr, _
   ByVal pageWidth As Double _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim pageWidth As Double
Dim value As Integer
 
value = WorkerImports.SetConversionPageWidth(inputLocation, pageWidth)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int SetConversionPageWidth( 
   IntPtr inputLocation,
   double pageWidth
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int SetConversionPageWidth( 
   IntPtr inputLocation,
   double pageWidth
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int SetConversionPageWidth( 
   IntPtr inputLocation,
   double pageWidth
) 

Parameters

inputLocation
Pointer to Input Location object.
pageWidth
Width of the page.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback