[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.UsageApplicationList

UsageApplicationList Class

Represents a list of UsageApplication objects.

Inheritance
PdfCollection<UsageApplication>
UsageApplicationList
Namespace: GrapeCity.Documents.Pdf.Layers
Assembly: GcDocs.Pdf.dll
Syntax
public class UsageApplicationList : PdfCollection<UsageApplication>, IList<UsageApplication>, ICollection<UsageApplication>, IReadOnlyList<UsageApplication>, IReadOnlyCollection<UsageApplication>, IEnumerable<UsageApplication>, IPdfArray, IList, ICollection, IEnumerable

Constructors

Name Description
UsageApplicationList()

Methods

Name Description
FindByCategory(params string[])

Finds the UsageApplication object corresponding to a Category.

IndexByCategory(params string[])

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

Extension Methods