XFINIUM.PDF Documentation
RedactArea(PdfVisualRectangle) Method



Area from which the content should be redacted.
Redacts the page content from the specified area.
Syntax
'Declaration
 
Public Overloads Sub RedactArea( _
   ByVal redactionArea As PdfVisualRectangle _
) 
'Usage
 
Dim instance As PdfContentRedactor
Dim redactionArea As PdfVisualRectangle
 
instance.RedactArea(redactionArea)
public void RedactArea( 
   PdfVisualRectangle redactionArea
)
public:
void RedactArea( 
   PdfVisualRectangle^ redactionArea
) 

Parameters

redactionArea
Area from which the content should be redacted.
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 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
Overload List

Send Feedback