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