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

    Parameters

    requestParams
    Information about PDF document page.

    Return Value

    Response from the server, which contains information about all image resources of PDF document page.
    Requirements

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

    See Also