[]
Exports the specified pdf to the specified export filter with options.
public virtual IHttpActionResult ExportPdf_Post(string pdfPath, IDictionary<string, string> exportOptions, string exportFileName = null)
Public Overridable Function ExportPdf_Post(pdfPath As String, exportOptions As IDictionary(Of String, String), Optional exportFileName As String = Nothing) As IHttpActionResult
| Type | Name | Description |
|---|---|---|
| string | pdfPath | The full path of the pdf. |
| IDictionary<string, string> | exportOptions | The export options. |
| string | exportFileName | The optional exported file name. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of exported file stream. |