Back to Devexpress

PdfOptionalContentProperties.Configurations Property

officefileapi-devexpress-dot-pdf-dot-pdfoptionalcontentproperties-fb5a9254.md

latest1.3 KB
Original Source

PdfOptionalContentProperties.Configurations Property

Gets a collection of alternate optional content configurations.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IList<PdfOptionalContentConfiguration> Configurations { get; }
vb
Public ReadOnly Property Configurations As IList(Of PdfOptionalContentConfiguration)

Property Value

TypeDescription
IList<PdfOptionalContentConfiguration>

A collection of PdfOptionalContentConfiguration objects.

|

See Also

PdfOptionalContentProperties Class

PdfOptionalContentProperties Members

DevExpress.Pdf Namespace