Skip to main content

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.v23.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