Skip to main content
A newer version of this page is available. .

PdfOptionalContentProperties.Configurations Property

Gets a collection of alternate optional content configurations.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfOptionalContentConfiguration> Configurations { get; }

Property Value

Type Description
IList<PdfOptionalContentConfiguration>

A collection of PdfOptionalContentConfiguration objects.

See Also