Overload List
Name | Description |
---|---|
ExtractText()()()() | |
ExtractText(Boolean) |
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(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.
|