Click or drag to resize

TextExtractorBegin Method (Page, Rect, TextExtractorProcessingFlags)

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,
	TextExtractorProcessingFlags flags
)

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.
flags
Type: pdftron.PDFTextExtractorProcessingFlags
A list of ProcessingFlags used to control text extraction algorithm.
See Also