[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfController.ExportPdf

ExportPdf Method

ExportPdf(string, IDictionary<string, string>, string)

Exports the specified pdf to the specified export filter with options.

Declaration
protected virtual IHttpActionResult ExportPdf(string pdfPath, IDictionary<string, string> exportOptions, string exportFileName)
Protected Overridable Function ExportPdf(pdfPath As String, exportOptions As IDictionary(Of String, String), exportFileName As String) As IHttpActionResult
Parameters
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.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of exported file stream.