TextExtractorBegin Method (Page, Rect) |
Start reading the page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Begin(
Page page,
Rect clip_ptr
)
Public Sub Begin (
page As Page,
clip_ptr As Rect
)
public:
virtual void Begin(
[InAttribute] Page^ page,
[InAttribute] Rect^ clip_ptr
) sealed
function Begin(page, clip_ptr);
Parameters
- page
- Type: pdftron.PDFPage
Page to read.
- clip_ptr
- Type: pdftron.PDFRect
A pointer to the optional clipping rectangle. This
parameter can be used to selectively read text from a given rectangle.
See Also