VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / ApplyRedactionMarks(ApplyPdfRedactionMarksRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ApplyRedactionMarks(ApplyPdfRedactionMarksRequestParams) Method (VintasoftPdfApiController)
    In This Topic
    Applies redaction marks to a PDF document.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ApplyRedactionMarks( _
    ByVal requestParams
    Information about PDF document and redaction marks.
    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
    Information about PDF document and redaction marks.

    Return Value

    Response from the server.
    Requirements

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

    See Also