[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfController.GetPdfSupportedFormats

GetPdfSupportedFormats Method

GetPdfSupportedFormats(string)

Gets the export formats supported by the specified pdf file.

Declaration
public virtual IHttpActionResult GetPdfSupportedFormats(string pdfPath)
Parameters
Type Name Description
string pdfPath

The full path of the pdf file.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of collection of ExportDescription type object.