Overload List
| Name | Description |
|---|---|
| ExtractText()()()() | |
| ExtractText(Boolean) | Obsolete.
Extracts text from the given PDF Page.
|
| ExtractText(RectangleF) |
Extracts text in the range of rectangle from the given PDF Page.
The unit is Point,1/72 inch default.
the coordinate origin is top left corner of the page.
|
| ExtractText(PdfTextExtractOptions) |
Extracts text from the given PDF Page.
|
| ExtractText(SimpleTextExtractionStrategy) |
Extracts text from the given PDF Page by SimpleTextExtractionStrategy.
|
| ExtractText(RectangleF, SimpleTextExtractionStrategy) |
Extracts text in the range of rectangle from the given PDF page by SimpleTextExtractionStrategy.
the coordinate origin is top left corner of the page.
|