Skip to main content

PdfDocumentChangedEventArgs.DocumentFilePath Property

Gets the path to the document file.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public string DocumentFilePath { get; }

Property Value

Type Description
String

A String value, specifying the path to the document.

See Also