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

PdfOptionalContentOrderListMode Enum

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

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfOptionalContentOrderListMode.AllPages)]
public enum PdfOptionalContentOrderListMode

Members

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.

Remarks

Values listed by this enumeration are returned by the PdfOptionalContentConfiguration.OrderListMode property.

See Also