Aspose::Pdf::Text::FontAbsorber::Visit method

FontAbsorber::Visit(System::SharedPtr<Document>) method

Performs search on the specified document.

virtual void Aspose::Pdf::Text::FontAbsorber::Visit(System::SharedPtr<Document> pdf)
ParameterTypeDescription
pdfSystem::SharedPtr<Document>Pdf pocument object.

See Also

FontAbsorber::Visit(System::SharedPtr<Document>, int32_t, int32_t) method

Performs search in the specified range of pages of the document.

virtual void Aspose::Pdf::Text::FontAbsorber::Visit(System::SharedPtr<Document> pdf, int32_t startPage, int32_t pageCount)
ParameterTypeDescription
pdfSystem::SharedPtr<Document>Pdf pocument object.
startPageint32_tPdf pocument start page.
pageCountint32_tPdf document page count

See Also