You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > PDF Features > PdfGetPageTextArea > PdfGetPageTextArea Method (Integer, Single, Single, Single, Single)
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PdfGetPageTextArea Method (Integer, Single, Single, Single, Single)

Returns the text in a specific rectangle in a specific page of the displayed PDF.

C#
public String PdfGetPageTextArea(
    int Page, 
    Single Left, 
    Single Top, 
    Single Width, 
    Single Height
);
Visual Basic
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
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.  
Returns

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.