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

    Parameters

    requestParams
    Информация о PDF документе и метках редактирования.

    Return Value

    Ответ от сервера.
    Требования

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

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