Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ActionResult ExportToPDF(
    string extensionName,
    string fileName
)

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