ImageGear .NET
GetPageFooter Method




Pointer to Input Location object.
Page number for text extraction.
Reference to store a text location.
Return a text from page footer.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function GetPageFooter( _
   ByVal inputLocation As IntPtr, _
   ByVal page As Integer, _
   ByRef text As IntPtr _
) As Integer
'Usage
 
Dim inputLocation As IntPtr
Dim page As Integer
Dim text As IntPtr
Dim value As Integer
 
value = WorkerImports.GetPageFooter(inputLocation, page, text)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static int GetPageFooter( 
   IntPtr inputLocation,
   int page,
   ref IntPtr text
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static int GetPageFooter( 
   IntPtr inputLocation,
   int page,
   ref IntPtr text
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static int GetPageFooter( 
   IntPtr inputLocation,
   int page,
   IntPtr% text
) 

Parameters

inputLocation
Pointer to Input Location object.
page
Page number for text extraction.
text
Reference to store a text location.

Return Value

Error code.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback