DocumentViewerControl.OpenDocument(String) Method
In This Article
Loads the document from the specified file and opens it in the viewer.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
file |
String | null | A String specifying the full path to a document file. |
See Also