[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentOrderCollection

OptionalContentOrderCollection Class

Defines a collection used to represent the Order property.

Inheritance
Collection<IPdfObject>
PdfCollection<IPdfObject>
OptionalContentOrderCollection
Implements
IList<IPdfObject>
ICollection<IPdfObject>
IReadOnlyList<IPdfObject>
IEnumerable<IPdfObject>
Namespace: GrapeCity.Documents.Pdf.Layers
Assembly: DS.Documents.Pdf.dll
Syntax
public class OptionalContentOrderCollection : PdfCollection<IPdfObject>, IList<IPdfObject>, ICollection<IPdfObject>, IReadOnlyList<IPdfObject>, IReadOnlyCollection<IPdfObject>, IEnumerable<IPdfObject>, IPdfArray, IList, ICollection, IEnumerable
Public Class OptionalContentOrderCollection
    Inherits PdfCollection(Of IPdfObject)
    Implements IList(Of IPdfObject), ICollection(Of IPdfObject), IReadOnlyList(Of IPdfObject), IReadOnlyCollection(Of IPdfObject), IEnumerable(Of IPdfObject), IPdfArray, IList, ICollection, IEnumerable

Constructors

Extension Methods