TextExtractorBegin Method (Page) |
Start reading the page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Begin(
Page page
)
Public Sub Begin (
page As Page
)
public:
virtual void Begin(
[InAttribute] Page^ page
) sealed
Parameters
- page
- Type: pdftron.PDFPage
Page to read.
See Also