ComponentOne Web API Edition
GetPdfInfo Method

C1.Web.Api.Pdf Namespace > PdfController Class : GetPdfInfo Method
The full path of the pdf file.
Gets the info of the specified pdf document source.
Syntax
'Declaration
 
<PathRouteAttribute(Template="{*pdfPath}$pdf", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)>
<HttpGetAttribute()>
Public Overridable Function GetPdfInfo( _
   ByVal pdfPath As String _
) As IHttpActionResult
[PathRoute(Template="{*pdfPath}$pdf", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)]
[HttpGet()]
public virtual IHttpActionResult GetPdfInfo( 
   string pdfPath
)

Parameters

pdfPath
The full path of the pdf file.

Return Value

See Also

Reference

PdfController Class
PdfController Members