VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetPdfResourceInfo(PdfDocumentResourceRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    GetPdfResourceInfo(PdfDocumentResourceRequestParams) Метод (VintasoftPdfApiController)
    В этом разделе
    Возвращает информацию о PDF ресурсе.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetPdfResourceInfo( _
    ByVal requestParams
    Информация о PDF документе и PDF ресурсе.
    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
    Информация о PDF документе и PDF ресурсе.

    Return Value

    Ответ сервера, содержащий информацию о PDF ресурсе.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также