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

In This Topic
    FindAll Method (PdfArray)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal match As System.Predicate(Of IPdfObject) _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> FindAll( 
       System.Predicate<IPdfObject> match
    )

    Parameters

    match
    See Also