XFINIUM.PDF Documentation
RedactArea(PdfVisualRectangle,PdfContentRedactionOptions) Method



Xfinium.Pdf.Redaction Namespace > PdfContentRedactor Class > RedactArea Method : RedactArea(PdfVisualRectangle,PdfContentRedactionOptions) Method
Area from which the content should be redacted.
Options for content redaction.
Redacts the page content from the specified area.
Syntax
'Declaration
 
Public Overloads Sub RedactArea( _
   ByVal redactionArea As PdfVisualRectangle, _
   ByVal redactionOptions As PdfContentRedactionOptions _
) 
'Usage
 
Dim instance As PdfContentRedactor
Dim redactionArea As PdfVisualRectangle
Dim redactionOptions As PdfContentRedactionOptions
 
instance.RedactArea(redactionArea, redactionOptions)

Parameters

redactionArea
Area from which the content should be redacted.
redactionOptions
Options for content redaction.
Remarks
If BeginRedaction method has not been called before then the content is redacted immediately. Otherwise the redaction area is stored and the redaction takes place when ApplyRedaction method has been called.
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
Overload List