Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText method

TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Document>&) method

Removes all text from the document.

void Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Document> &document)
ParameterTypeDescription
documentconst System::SharedPtr<Document>&PDF document object.

See Also

TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page>&) method

Removes all text from the specified page.

void Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page> &page)
ParameterTypeDescription
pageconst System::SharedPtr<Page>&PDF document page object.

See Also

TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page>&, const System::SharedPtr<Rectangle>&) method

Removes text inside the specified rectangle from the specified page.

void Aspose::Pdf::Text::TextFragmentAbsorber::RemoveAllText(const System::SharedPtr<Page> &page, const System::SharedPtr<Rectangle> &rect)
ParameterTypeDescription
pageconst System::SharedPtr<Page>&PDF document page object.
rectconst System::SharedPtr<Rectangle>&Rectangle to remove text inside.

See Also