[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfController.GetPdfInfo

GetPdfInfo Method

GetPdfInfo(string)

Gets the info of the specified pdf document source.

Declaration
public virtual IHttpActionResult GetPdfInfo(string pdfPath)
Parameters
Type Name Description
string pdfPath

The full path of the pdf file.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of ExecutionInfo type object.