Click or drag to resize

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
)

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