VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / GetContentImagesOfPdfPage(WebImageInfoRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    GetContentImagesOfPdfPage(WebImageInfoRequestParams) Метод (VintasoftPdfApiController)
    В этом разделе
    Возвращает информацию обо всех ресурсах изображений PDF страницы документа.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetContentImagesOfPdfPage( _
    ByVal requestParams
    Информация о PDF странице документа.
    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
    Информация о PDF странице документа.

    Return Value

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

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

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