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 |
---|---|
All
|
Display all groups in the Pdf |
Visible
|
Display only those groups in the Pdf |
#Related API Members
The following properties accept/return PdfOptionalContentOrderListMode values:
#Remarks
Values listed by this enumeration are returned by the PdfOptionalContentConfiguration.OrderListMode property.