Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentOrderCollection Class / RemoveAll Method

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

    Parameters

    match
    See Also