RichEditExtension.ExportToPDF(String, String) Method
Exports the RichEdit’s current document to PDF, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value specifying the name of the processed RichEdit extension. |
| fileName | String | A string value that is the file name to which the exported document is saved. |
Returns
| Type | Description |
|---|---|
| ActionResult | A System.Web.Mvc.ActionResult encapsulating the result of the RichEdit data export operation. |
See Also