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

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

    Parameters

    match
    See Also