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

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

    Parameters

    match
    See Also