ParagraphAbsorber.Visit
Visit(Document)
Performs search for sections and paragraphs on the specified Document.
public void Visit(Document doc)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Pdf document object. |
See Also
- class Document
- class ParagraphAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
Visit(Page)
Performs search on the specified Page.
public void Visit(Page page)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Pdf document page object. |
See Also
- class Page
- class ParagraphAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF