ImageGear .NET
SetConversionUsePrintArea Method




Pointer to Input Location object.
Flag indication whether or not to use print area.
Set Conversion Print Area.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function SetConversionUsePrintArea( _
   ByVal inputLocation As IntPtr, _
   ByVal usePrintArea As Boolean _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim usePrintArea As Boolean
Dim value As Integer
 
value = WorkerImports.SetConversionUsePrintArea(inputLocation, usePrintArea)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int SetConversionUsePrintArea( 
   IntPtr inputLocation,
   bool usePrintArea
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int SetConversionUsePrintArea( 
   IntPtr inputLocation,
   bool usePrintArea
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int SetConversionUsePrintArea( 
   IntPtr inputLocation,
   bool usePrintArea
) 

Parameters

inputLocation
Pointer to Input Location object.
usePrintArea
Flag indication whether or not to use print area.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback