Returns the text in a specific rectangle in a specific page of the displayed PDF.
public String PdfGetPageTextArea( int Page, Single Left, Single Top, Single Width, Single Height );
Public Function PdfGetPageTextArea( ByVal Page As Integer, ByVal Left As Single, ByVal Top As Single, ByVal Width As Single, ByVal Height As Single ) As String
|
Parameters |
Description |
|
Page |
The page to extract the text. |
|
Left |
Left position of the rectangle in inches. |
|
Top |
Top position of the rectangle in inches. |
|
Width |
Width of the rectangle in inches. |
|
Height |
Height of the rectangle in inches. |
The text within the specified area.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|