 |
PdfToTextExtractText Method |
Extracts the text from the specified page and coordinates.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic string ExtractText(
int pageNumber,
double X,
double Y,
double width,
double height
)
Public Function ExtractText (
pageNumber As Integer,
X As Double,
Y As Double,
width As Double,
height As Double
) As String
Parameters
- pageNumber Int32
- Page number (starting with 1).
- X Double
- X-coordinate of the crop area top left corner.
- Y Double
- Y-coordinate of the crop area top left corner.
- width Double
- Width of crop area in points.
- height Double
- Height of crop area in points.
Return Value
StringThe text extracted from the specified crop area of the PDF document.
See Also