Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / FindByCategory Method
The categories to test.

In This Topic
    FindByCategory Method
    In This Topic
    Finds the UsageApplication object corresponding to a UsageApplication.Category.
    Syntax
    'Declaration
     
    Public Function FindByCategory( _
       ByVal ParamArray category() As System.String _
    ) As UsageApplication
    public UsageApplication FindByCategory( 
       params System.string[] category
    )

    Parameters

    category
    The categories to test.

    Return Value

    The found object, or a null reference (Nothing in Visual Basic).
    See Also