Skip to main content

IPdfDocument.CreateAttachments() Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

IEnumerable<PdfFileAttachmentListItem> CreateAttachments()

Returns

Type
IEnumerable<DevExpress.Pdf.Native.PdfFileAttachmentListItem>
See Also