Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / FindLast Method

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

    Parameters

    match
    See Also