Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / TrueForAll Method

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

    Parameters

    match
    See Also