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

PdfOptionalContentProperties.Configurations Property

Gets a collection of alternate optional content configurations.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfOptionalContentConfiguration> Configurations { get; }

Property Value

Type Description
IList<PdfOptionalContentConfiguration>

A collection of PdfOptionalContentConfiguration objects.

See Also