Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / RemoveAll Method

In This Topic
    RemoveAll Method (TextMapFragment)
    In This Topic
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal match As System.Predicate(Of TextLineFragment) _
    ) As System.Integer
    public System.int RemoveAll( 
       System.Predicate<TextLineFragment> match
    )

    Parameters

    match
    See Also