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

DocumentPreviewControl.OpenDocument(String) Method

Opens the specified document in the current Document Preview Control.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public override void OpenDocument(
    string filePath = null
)

Optional Parameters

Name Type Default Description
filePath String *null*

A String specifying a path to the document.

See Also