.PdfDocumentPage.Select (gb.pdf)
Function Select ( [ X As Integer, Y As Integer, W As Integer, H As Integer ] ) As String
Return the text included in the page rectangle specified by
X,
Y,
Width and
Height.
By default,
X is the left of the page,
Y is the top of the page,
W is the page width and
H is the page height.