XFINIUM.PDF Documentation
BeginRedaction Method



Initializes the redaction process.
Syntax
public void BeginRedaction()
public:
void BeginRedaction(); 
'Declaration
 
Public Sub BeginRedaction() 
 
'Usage
 
Dim instance As PdfContentRedactor
 
instance.BeginRedaction()
Remarks
The BeginRedaction / ApplyRedaction pair of methods lets you redact multiple areas on a Pdf page in a single step. When this method has been called, the RedactArea(PdfVisualRectangle) method has no immediate effect, the actual redaction takes place when ApplyRedaction method is called. If this method is called but the ApplyRedaction method is not called, the redaction process does not take place.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfContentRedactor Class
PdfContentRedactor Members

Send Feedback