ParagraphAbsorber.Visit

Visit(Document)

Performs search for sections and paragraphs on the specified Document.

public void Visit(Document doc)
ParameterTypeDescription
docDocumentPdf document object.

See Also


Visit(Page)

Performs search on the specified Page.

public void Visit(Page page)
ParameterTypeDescription
pagePagePdf document page object.

See Also