'Declaration
Public Overloads Sub RedactArea( _ ByVal redactionArea As PdfVisualRectangle, _ ByVal redactionColor As PdfColor _ )
'Usage
Dim instance As PdfContentRedactor Dim redactionArea As PdfVisualRectangle Dim redactionColor As PdfColor instance.RedactArea(redactionArea, redactionColor)
public void RedactArea( PdfVisualRectangle redactionArea, PdfColor redactionColor )
public: void RedactArea( PdfVisualRectangle^ redactionArea, PdfColor^ redactionColor )
Parameters
- redactionArea
- Area from which the content should be redacted.
- redactionColor
- Color used for masking the redacted area.