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

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

Removes all text from the document.

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

See Also

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

Removes all text from the specified page.

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

See Also

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

Removes text inside the specified rectangle from the specified page.

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

See Also