VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / CompressPdf(CompressPdfRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    CompressPdf(CompressPdfRequestParams) Метод (VintasoftPdfApiController)
    В этом разделе
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function CompressPdf( _
    ByVal value
    As Vintasoft.Imaging.Pdf.Web.Services.CompressPdfRequestParams _
    ) As Vintasoft.Imaging.Pdf.Web.Services.FileResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Pdf.Web.Services.FileResponseParams CompressPdf(
    Vintasoft.Imaging.Pdf.Web.Services.CompressPdfRequestParams value
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.FileResponseParams* CompressPdf(
    Vintasoft.Imaging.Pdf.Web.Services.CompressPdfRequestParams* value
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.FileResponseParams^ CompressPdf(
    Vintasoft.Imaging.Pdf.Web.Services.CompressPdfRequestParams^ value
    )
    Требования

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

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