TextFragmentAbsorber.RemoveAllText

RemoveAllText(Page)

Removes all text from the specified page.

public void RemoveAllText(Page page)
ParameterTypeDescription
pagePagePDF document page object.

See Also


RemoveAllText(Page, Rectangle)

Removes text inside the specified rectangle from the specified page.

public void RemoveAllText(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePDF document page object.
rectRectangleRectangle to remove text inside.

See Also


RemoveAllText(Document)

Removes all text from the document.

public void RemoveAllText(Document document)
ParameterTypeDescription
documentDocumentPDF document object.

See Also