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

PdfOptionalContentOrder.Items Property

Gets items of the optional content that will be displayed in the user interface.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfOptionalContent> Items { get; }

Property Value

Type Description
IList<PdfOptionalContent>

A collection of PdfOptionalContent objects that represent items of the optional content.

See Also