[]
        
(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: GcDocs.Pdf.dll
Syntax
public class OptionalContentOrderCollection : PdfCollection<IPdfObject>, IList<IPdfObject>, ICollection<IPdfObject>, IReadOnlyList<IPdfObject>, IReadOnlyCollection<IPdfObject>, IEnumerable<IPdfObject>, IPdfArray, IList, ICollection, IEnumerable

Constructors

Name Description
OptionalContentOrderCollection()

Extension Methods