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

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

    Parameters

    category
    The categories to test.

    Return Value

    The index of the found object, or -1.
    See Also