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
)
Public Sub Begin (
page As Page,
clip_ptr As Rect,
flags As TextExtractorProcessingFlags
)
public:
virtual void Begin(
[InAttribute] Page^ page,
[InAttribute] Rect^ clip_ptr,
[InAttribute] TextExtractorProcessingFlags flags
) sealed
function Begin(page, clip_ptr, 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