Back to Devexpress

PdfViewerControl.OpenDocumentFromWebCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-7a5622ea.md

latest1.2 KB
Original Source

PdfViewerControl.OpenDocumentFromWebCommand Property

Loads a document from a URL.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more about using commands, refer to MSDN.

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace