[]
        
(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: DS.Documents.Pdf.dll
Syntax
public class UsageApplicationList : PdfCollection<UsageApplication>, IList<UsageApplication>, ICollection<UsageApplication>, IReadOnlyList<UsageApplication>, IReadOnlyCollection<UsageApplication>, IEnumerable<UsageApplication>, IPdfArray, IList, ICollection, IEnumerable
Public Class UsageApplicationList
    Inherits PdfCollection(Of UsageApplication)
    Implements IList(Of UsageApplication), ICollection(Of UsageApplication), IReadOnlyList(Of UsageApplication), IReadOnlyCollection(Of UsageApplication), IEnumerable(Of 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