VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetPdfResourceInfo(PdfDocumentResourceRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetPdfResourceInfo(PdfDocumentResourceRequestParams) Method (VintasoftPdfApiController)
    In This Topic
    Returns information about PDF resource.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetPdfResourceInfo( _
    ByVal requestParams
    Information about PDF document and PDF resource.
    As Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentResourceRequestParams _
    ) As Vintasoft.Imaging.Pdf.Web.Services.PdfResourceInfoResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Pdf.Web.Services.PdfResourceInfoResponseParams GetPdfResourceInfo(
    Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentResourceRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfResourceInfoResponseParams* GetPdfResourceInfo(
    Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentResourceRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.PdfResourceInfoResponseParams^ GetPdfResourceInfo(
    Vintasoft.Imaging.Pdf.Web.Services.PdfDocumentResourceRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about PDF document and PDF resource.

    Return Value

    Response from the server, which contains information about PDF resource.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also