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

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

    Parameters

    match
    See Also