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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult ExportToPDF(
string extensionName,
string fileName
)
#Parameters
Name | Type | Description |
---|---|---|
extension |
String | A string value specifying the name of the processed Rich |
file |
String | A string value that is the file name to which the exported document is saved. |
#Returns
Type | Description |
---|---|
Action |
A System. |