Skip to main content

PdfOptionalContentProperties.Configurations Property

Gets a collection of alternate optional content configurations.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfOptionalContentConfiguration> Configurations { get; }

Property Value

Type Description
IList<PdfOptionalContentConfiguration>

A collection of PdfOptionalContentConfiguration objects.

See Also