[]
Gets the features supported by the pdf document source instance with specified path.
[HttpGet]
public virtual IActionResult GetPdfFeatures(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 IDocumentFeatures type object. |