VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetPdfPageInfo(WebImageInfoRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetPdfPageInfo(WebImageInfoRequestParams) Method (VintasoftPdfApiController)
    In This Topic
    Returns parameters of PDF page (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 GetPdfPageInfo( _
    ByVal requestParams
    Information about PDF page.
    As Vintasoft.Shared.Web.WebImageInfoRequestParams _
    ) 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 GetPdfPageInfo(
    Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams* GetPdfPageInfo(
    Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams^ GetPdfPageInfo(
    Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about PDF page.

    Return Value

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

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

    See Also