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

ASPxRichEdit.Open(String, DocumentFormat) Method

Opens the specified document.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public void Open(
    string pathToDocument,
    DocumentFormat format
)

Parameters

Name Type Description
pathToDocument String

A string value specifying the path to the document to open.

format DocumentFormat

A DocumentFormat object specifying the document format.

Remarks

Use the Open method to open a document located at a specific path on the server.

See Also