Back to Devexpress

PdfOptionalContentOrderListMode Enum

officefileapi-devexpress-dot-pdf-fcb26c76.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfOptionalContentOrderListMode.AllPages)]
public enum PdfOptionalContentOrderListMode
vb
<PdfDefaultField(PdfOptionalContentOrderListMode.AllPages)>
Public Enum PdfOptionalContentOrderListMode

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Pdf Namespace