Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / DeleteText Method / DeleteText(ViewState,TextMapFragment,DeleteTextMode) Method
The GrapeCity.Documents.Pdf.Layers.ViewState used to determine what document content should be considered.
The text range.
The text delete mode.

In This Topic
    DeleteText(ViewState,TextMapFragment,DeleteTextMode) Method
    In This Topic
    Deletes the specified text range from the current page.
    Syntax
    'Declaration
     
    Public Overloads Sub DeleteText( _
       ByVal viewState As ViewState, _
       ByVal fragment As TextMapFragment, _
       ByVal mode As DeleteTextMode _
    ) 
    public void DeleteText( 
       ViewState viewState,
       TextMapFragment fragment,
       DeleteTextMode mode
    )

    Parameters

    viewState
    The GrapeCity.Documents.Pdf.Layers.ViewState used to determine what document content should be considered.
    fragment
    The text range.
    mode
    The text delete mode.
    See Also