[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.DeleteText

DeleteText Method

DeleteText(FindTextParams, DeleteTextMode, OutputRange)

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.

Declaration
public void DeleteText(FindTextParams findTextParams, DeleteTextMode mode, OutputRange searchRange = null)
Public Sub DeleteText(findTextParams As FindTextParams, mode As DeleteTextMode, Optional searchRange As OutputRange = Nothing)
Parameters
Type Name Description
FindTextParams findTextParams

The text to search for.

DeleteTextMode mode

The text delete mode.

OutputRange searchRange

The search scope.