VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetDocumentInfo(WebImageFileRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    GetDocumentInfo(WebImageFileRequestParams) Метод (VintasoftPdfApiController)
    В этом разделе
    Возвращает информацию о PDF документе.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetDocumentInfo( _
    ByVal requestParams
    Информация о PDF документе.
    As Vintasoft.Shared.Web.WebImageFileRequestParams _
    ) As Vintasoft.Imaging.Pdf.Web.Services.GetDocumentInfoResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Pdf.Web.Services.GetDocumentInfoResponseParams GetDocumentInfo(
    Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.GetDocumentInfoResponseParams* GetDocumentInfo(
    Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.GetDocumentInfoResponseParams^ GetDocumentInfo(
    Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
    )

    Parameters

    requestParams
    Информация о PDF документе.

    Return Value

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

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

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