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

PdfReferencedDocumentOpeningEventArgs.DocumentFilePath Property

Gets the path to the document.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public string DocumentFilePath { get; }

Property Value

Type Description
String

A String value, specifying the path to the document.

See Also