Back to Devexpress

PdfViewer.DefaultDocumentDirectory Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-b1ff31c1.md

latest1.3 KB
Original Source

PdfViewer.DefaultDocumentDirectory Property

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

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue("")]
public string DefaultDocumentDirectory { get; set; }
vb
<DefaultValue("")>
Public Property DefaultDocumentDirectory As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace