Skip to main content
A newer version of this page is available. .

ReferencedDocumentOpeningEventArgs.DocumentSource Property

Gets the document source.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public string DocumentSource { get; }

Property Value

Type Description
String

A String value that is the document source.

See Also