Back to Devexpress

PdfViewerControl.OpenAttachmentCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-4e09eaef.md

latest1.2 KB
Original Source

PdfViewerControl.OpenAttachmentCommand Property

Returns a command that opens an attachment in the Attachments panel using the program associated with the attachment file type.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public ICommand OpenAttachmentCommand { get; }
vb
Public ReadOnly Property OpenAttachmentCommand As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace