[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.UsageApplicationList

Class UsageApplicationList

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

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
Inheritance
UsageApplicationList
Implements
Inherited Members
Extension Methods

Constructors

UsageApplicationList()

public UsageApplicationList()

Methods

FindByCategory(params string[])

Finds the UsageApplication object corresponding to a Category.

public UsageApplication FindByCategory(params string[] category)

Parameters

category string[]

The categories to test.

Returns

UsageApplication

The found object, or null.

IndexByCategory(params string[])

Finds the index of a UsageApplication object corresponding to a Category.

public int IndexByCategory(params string[] category)

Parameters

category string[]

The categories to test.

Returns

int

The index of the found object, or -1.