Skip to main content

PdfOptionalContentOrder.Items Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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