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

PdfOptionalContentConfiguration.Order Property

Gets the order for presentation of optional content groups.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfOptionalContentOrder Order { get; }

Property Value

Type Description
PdfOptionalContentOrder

A PdfOptionalContentOrder object that is the order for presentation of optional content groups.

See Also