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

PdfViewer.DefaultDocumentDirectory Property

Specifies the initial directory displayed by the Save As dialog and Open File dialog.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

[DefaultValue("")]
public string DefaultDocumentDirectory { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the path to the default directory.

See Also