XFINIUM.PDF Documentation
BeginRedaction Method



Xfinium.Pdf.Redaction Namespace > PdfContentRedactor Class : BeginRedaction Method
Initializes the redaction process.
Syntax
'Declaration
 
Public Sub BeginRedaction() 
'Usage
 
Dim instance As PdfContentRedactor
 
instance.BeginRedaction()
public void BeginRedaction()
public:
void 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 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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