Web API Core | ComponentOne
C1.Web.Api.Pdf Namespace / PdfController Class / GetPdfInfo Method
The full path of the pdf file.

In This Topic
    GetPdfInfo Method
    In This Topic
    Gets the info of the specified pdf document source.
    Syntax
    'Declaration
     
    
    <HttpGetAttribute()>
    <PathRouteAttribute("{*pdfPath}$pdf")>
    Public Overridable Function GetPdfInfo( _
       ByVal pdfPath As String _
    ) As IActionResult
    [HttpGet()]
    [PathRoute("{*pdfPath}$pdf")]
    public virtual IActionResult GetPdfInfo( 
       string pdfPath
    )

    Parameters

    pdfPath
    The full path of the pdf file.

    Return Value

    See Also