Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentOrderCollection Class
Members

In This Topic
    OptionalContentOrderCollection Class
    In This Topic
    Defines a collection used to represent the OptionalContentConfiguration.Order property.
    Object Model
    OptionalContentOrderCollection Class
    Syntax
    'Declaration
     
    Public Class OptionalContentOrderCollection 
       Inherits System.Collections.Generic.List(Of Object)
    public class OptionalContentOrderCollection : System.Collections.Generic.List<object> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.Documents.Pdf.Layers.OptionalContentOrderCollection

    See Also