FontAbsorber.Visit
Visit(Document, int, int)
Performs search in the specified range of pages of the document.
public virtual void Visit(Document pdf, int startPage, int pageCount)
| Parameter | Type | Description |
|---|---|---|
| Document | Pdf pocument object. | |
| startPage | Int32 | Pdf pocument start page. |
| pageCount | Int32 | Pdf document page count |
See Also
- class Document
- class FontAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
Visit(Document)
Performs search on the specified document.
public virtual void Visit(Document pdf)
| Parameter | Type | Description |
|---|---|---|
| Document | Pdf pocument object. |
See Also
- class Document
- class FontAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF