Skip to main content

PdfDocumentProperties.FilePath Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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