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.v20.2.dll
Declaration
public static ActionResult ExportToPDF(
string extensionName,
string fileName
)
Public Shared Function ExportToPDF(
extensionName As String,
fileName As String
) As ActionResult
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
Feedback