Skip to main content
All docs
V26.1
  • PdfDocument.RemoveText(String, TextSearchOptions, Int32, Int32) Method

    Removes all occurrences of the specified text from a PDF document.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public void RemoveText(
        string text,
        TextSearchOptions options,
        int startPageIndex = 0,
        int endPageIndex = -1
    )

    Parameters

    Name Type
    text String
    options TextSearchOptions

    Optional Parameters

    Name Type Default
    startPageIndex Int32 0
    endPageIndex Int32 -1
    See Also