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.v24.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. |
Related API Members
The following properties accept/return PdfOptionalContentOrderListMode values:
Remarks
Values listed by this enumeration are returned by the PdfOptionalContentConfiguration.OrderListMode property.
See Also