officefileapi-devexpress-dot-pdf-fcb26c76.md
Lists values that specify 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
[PdfDefaultField(PdfOptionalContentOrderListMode.AllPages)]
public enum PdfOptionalContentOrderListMode
<PdfDefaultField(PdfOptionalContentOrderListMode.AllPages)>
Public Enum PdfOptionalContentOrderListMode
| 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.
|
The following properties accept/return PdfOptionalContentOrderListMode values:
Values listed by this enumeration are returned by the PdfOptionalContentConfiguration.OrderListMode property.
See Also