[]
Gets the export formats supported by the specified pdf file.
[HttpGet]
public virtual IActionResult GetPdfSupportedFormats(string pdfPath)
Type | Name | Description |
---|---|---|
string | pdfPath | The full path of the pdf file. |
Type | Description |
---|---|
IActionResult | An IActionResult type object with content of collection of ExportDescription type object. |