Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / Exists Method

In This Topic
    Exists Method (PdfArray)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Exists( _
       ByVal match As System.Predicate(Of IPdfObject) _
    ) As System.Boolean
    public System.bool Exists( 
       System.Predicate<IPdfObject> match
    )

    Parameters

    match
    See Also