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
)
Public Sub Begin (
doc As PDFDoc
)
public:
virtual void Begin(
[InAttribute] PDFDoc^ doc
) sealed
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