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

In This Topic
    ListMode Property
    In This Topic
    Gets or sets a value specifying how optional content groups in the Order list should be displayed to the user.
    Syntax
    'Declaration
     
    Public Property ListMode As PdfEnum(Of LayersListMode)
    public PdfEnum<LayersListMode> ListMode {get; set;}
    See Also