ImageGear .NET
SetConversionPageHeight Method




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

Parameters

inputLocation
Pointer to Input Location object.
pageHeight
Height of the page.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback