Skip to main content
A newer version of this page is available. .

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

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