[]
Represents a list of UsageApplication objects.
public class UsageApplicationList : PdfCollection<UsageApplication>, IList<UsageApplication>, ICollection<UsageApplication>, IReadOnlyList<UsageApplication>, IReadOnlyCollection<UsageApplication>, IEnumerable<UsageApplication>, IPdfArray, IList, ICollection, IEnumerable
public UsageApplicationList()
Finds the UsageApplication object corresponding to a Category.
public UsageApplication FindByCategory(params string[] category)
category
string[]The categories to test.
The found object, or null.
Finds the index of a UsageApplication object corresponding to a Category.
public int IndexByCategory(params string[] category)
category
string[]The categories to test.
The index of the found object, or -1.