Click or drag to resize

HighlightsBegin Method

Rewind the internal pointer to the first highlight.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Begin(
	PDFDoc doc
)

Parameters

doc
Type: pdftron.PDFPDFDoc
the PDF document to which the highlights correspond.
Remarks
the PDF document can be a dummy document unless getCurrentQuads() is to be called.
See Also