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

    Parameters

    requestParams
    Информация о PDF страницах.

    Return Value

    Ответ от сервера, который содержит параметры PDF страниц (индекс страницы, матрица преобразования, media box, ...).
    Требования

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

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