Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

public PdfOptionalContentOrderListMode OrderListMode { get; }

Property Value

Type Description
PdfOptionalContentOrderListMode

PdfOptionalContentOrderListMode enumeration values that list the optional content order.

See Also