[]
Gets the status of the pdf document source with specified file path.
[HttpGet]
public virtual IActionResult GetStatus(string pdfPath)
Type | Name | Description |
---|---|---|
string | pdfPath | The full path of the pdf file. |
Type | Description |
---|---|
IActionResult | An IActionResult type object with content of DocumentStatus type object. |