[]
Gets the info of the specified pdf document source.
public virtual IHttpActionResult GetPdfInfo(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 ExecutionInfo type object. |