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

PdfDocumentProperties.FilePath Property

Indicates a path to the folder that contains the document file.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public string FilePath { get; }

Property Value

Type Description
String

A String value, specifying the path to the folder that contains the document file.

See Also