XFINIUM.PDF Documentation
ApplyRedaction Method



Applies the redaction on the Pdf page.
Syntax
'Declaration
 
Public Sub ApplyRedaction() 
'Usage
 
Dim instance As PdfContentRedactor
 
instance.ApplyRedaction()
public void ApplyRedaction()
public:
void ApplyRedaction(); 
Remarks
The BeginRedaction / ApplyRedaction pair of methods lets you redact multiple areas on a Pdf page in a single step. The page content is redacted when this method is called if redaction has been initialized with the BeginRedaction method and redaction areas have been setup by one or more calls to RedactArea(PdfVisualRectangle) method.
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