Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / LastIndexOf Method / LastIndexOf(Byte) Method

In This Topic
    LastIndexOf(Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function LastIndexOf( _
       ByVal item As System.Byte _
    ) As System.Integer
    public System.int LastIndexOf( 
       System.byte item
    )

    Parameters

    item
    See Also