Skip to main content

PdfNames.EmbeddedFiles Property

Gets embedded files in which the destination is located.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<string, PdfFileSpecification> EmbeddedFiles { get; }

Property Value

Type Description
IDictionary<String, PdfFileSpecification>

A dictionary, containing the DevExpress.Pdf.PdfFileSpecification objects, along with their String key values.

See Also