Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / DeleteText Method
The text to search for.
The text delete mode.
The search scope.

In This Topic
    DeleteText Method (GcPdfDocument)
    In This Topic
    Deletes a specified text from all pages of the current document.

    Note that the results may be affected by the current value of the RecognitionAlgorithm property.

    Syntax
    'Declaration
     
    Public Sub DeleteText( _
       ByVal findTextParams As FindTextParams, _
       ByVal mode As DeleteTextMode, _
       Optional ByVal searchRange As OutputRange _
    ) 
    public void DeleteText( 
       FindTextParams findTextParams,
       DeleteTextMode mode,
       OutputRange searchRange
    )

    Parameters

    findTextParams
    The text to search for.
    mode
    The text delete mode.
    searchRange
    The search scope.
    See Also