PdfOptionalContentConfiguration.OrderListMode Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOptionalContentOrderListMode OrderListMode { get; }
#Property Value
Type | Description |
---|---|
Pdf |
Pdf |
Available values:
Name | Description |
---|---|
All |
Display all groups in the Pdf |
Visible |
Display only those groups in the Pdf |
See Also