VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetPdfPagesInfo(WebCompositeRequestParams<WebImageInfoRequestParams>) Method
Syntax Requirements SeeAlso
In This Topic
    GetPdfPagesInfo(WebCompositeRequestParams<WebImageInfoRequestParams>) Method (VintasoftPdfApiController)
    In This Topic
    Returns parameters of PDF pages (page index, transformation matrix, media box, etc).
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetPdfPagesInfo( _
    ByVal requestParams
    Information about PDF pages.
    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
    Information about PDF pages.

    Return Value

    Response from the server, which contains parameters of PDF pages (page index, transformation matrix, media box, etc).
    Requirements

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

    See Also