Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentConfiguration Class / Order Property

In This Topic
    Order Property (OptionalContentConfiguration)
    In This Topic
    Gets the list of objects specifying the order of presentation of optional content groups in an interactive PDF processor’s user interface.

    The list can contain GrapeCity.Documents.Pdf.Spec.PdfStrings, OptionalContentGroups, and nested lists containing GrapeCity.Documents.Pdf.Spec.PdfStrings or OptionalContentGroups.

    Syntax
    'Declaration
     
    Public ReadOnly Property Order As OptionalContentOrderCollection
    public OptionalContentOrderCollection Order {get;}
    See Also