Aspose::Pdf::Text::FontAbsorber::Visit метод
FontAbsorber::Visit(System::SharedPtr<Document>) method
Выполняет поиск в указанном документе.
virtual void Aspose::Pdf::Text::FontAbsorber::Visit(System::SharedPtr<Document> pdf)
| Параметр | Тип | Описание |
|---|---|---|
| System::SharedPtr<Document> | Pdf объект. |
См. также
- Typedef SharedPtr
- Class Document
- Class FontAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontAbsorber::Visit(System::SharedPtr<Document>, int32_t, int32_t) method
Выполняет поиск в указанном диапазоне страниц документа.
virtual void Aspose::Pdf::Text::FontAbsorber::Visit(System::SharedPtr<Document> pdf, int32_t startPage, int32_t pageCount)
| Параметр | Тип | Описание |
|---|---|---|
| System::SharedPtr<Document> | Pdf объект. | |
| startPage | int32_t | Pdf начальная страница. |
| pageCount | int32_t | Pdf количество страниц документа |
См. также
- Typedef SharedPtr
- Class Document
- Class FontAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++