Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / Contains Method
The byte to locate in the PdfString.

In This Topic
    Contains Method (PdfName)
    In This Topic
    Determines whether a byte is in the PdfString.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As System.Byte _
    ) As System.Boolean
    public System.bool Contains( 
       System.byte item
    )

    Parameters

    item
    The byte to locate in the PdfString.

    Return Value

    true if byte is found in the PdfString; otherwise, false.
    See Also