ASPxRichEdit.Open(String, DocumentFormat) Method
Opens the specified document.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll
Declaration
public void Open(
string pathToDocument,
DocumentFormat format
)
Public Sub Open(
pathToDocument As String,
format As DocumentFormat
)
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
Feedback