Redaction is the process of permanently removing visible text and graphics from a document. You can call our redact function API to redact entire PDF pages. You can specify custom text to appear over the redaction area.
The C# sample code below explains how to redact a page from the PDF document using C#.
How do I Redact a whole page in PDF?
Using Acrobat, open the PDF file, choose "Tools" > "Protect & Standardize" > "Redact" > "Mark for Redaction" > "Pages". In the "Mark Page Range" dialog,
select the PDF page or pages to mark for redaction.
Using C# PDF library, you can specify one page, or mutliple continuous or discontinuous pages list to mark for redaction, and apply pages redaction in
your C# class, console, Windows Forms, WPF and ASP.NET applications.
How do I black out part of a PDF document?
Using PDF editing program, you can redact one or more rectangle areas in a page, or one or multiple pages from a PDF document.
Using C# PDF SDK, you can easily build a web or Windows application with the same redaction functions as Acrobat on Windows.
How to Redact in PDF without the Redact tool?
To remove sensitive content from a PDF file, you can redact content or remove them directly from the PDF file.
Using RasterEdge C# PDF editing library, you both apply content redaction and deleting functions in your .NET applications.
How to Redact multiple pages at once?
In Acrobat, you can redact the current page or specify the page range for redaction. Using C# PDF library, you can
redact one or multiple pages (continuous or discontinuous) from a PDF document in C# Visual Studio .NET projects.