[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfController.GetPdfFeatures

GetPdfFeatures Method

GetPdfFeatures(string)

Gets the features supported by the pdf document source instance with specified path.

Declaration
public virtual IHttpActionResult GetPdfFeatures(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 collection of IDocumentFeatures type object.