Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#Declaration

public PdfOptionalContentOrderListMode OrderListMode { get; }

#Property Value

Type Description
PdfOptionalContentOrderListMode

PdfOptionalContentOrderListMode enumeration values that list the optional content order.

Available values:

Name Description
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