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

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

C#
public String PdfGetPageTextArea(
    Single Left, 
    Single Top, 
    Single Width, 
    Single Height
);
Visual Basic
Public Function PdfGetPageTextArea(
    ByVal Left As Single, 
    ByVal Top As Single, 
    ByVal Width As Single, 
    ByVal Height As Single
) As String
Parameters
Parameters 
Description 
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.