Back to Devexpress

PdfOptionalContentConfiguration.OrderListMode Property

officefileapi-devexpress-dot-pdf-dot-pdfoptionalcontentconfiguration-871a0b28.md

latest1.9 KB
Original Source

PdfOptionalContentConfiguration.OrderListMode Property

Gets a name specifying which optional content groups in the PdfOptionalContentConfiguration.Order property will be displayed to the user.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfOptionalContentOrderListMode OrderListMode { get; }
vb
Public ReadOnly Property OrderListMode As PdfOptionalContentOrderListMode

Property Value

TypeDescription
PdfOptionalContentOrderListMode

PdfOptionalContentOrderListMode enumeration values that list the optional content order.

|

Available values:

NameDescription
AllPages

Display all groups in the PdfOptionalContentConfiguration.Order property.

| | VisiblePages |

Display only those groups in the PdfOptionalContentConfiguration.Order property that are referenced by one or more visible pages.

|

See Also

PdfOptionalContentConfiguration Class

PdfOptionalContentConfiguration Members

DevExpress.Pdf Namespace