Click or drag to resize

PdfWebControlLiteEnableRedaction Property

Gets or sets a value indicating whether redaction options and tools are enabled in the PdfWebControlLite viewer.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool EnableRedaction { get; set; }

Property Value

Type: Boolean
true if the redaction tools are shown and and not shown in the GUI; otherwise false. As this is an experimental feature, the default value is false.
Remarks

When enabled, new PdfWhiteoutShape objects will also redact searchable text inside the object's bounds (e.g. Left, Top, Width, Height).

Setting this property to true will also show an option to toggle the text redaction feature on a per object level (RedactText) when viewing the properties of PdfWhiteoutShape objects.

This feature is experimental. Please use at your own risk!

Because redaction is an experimental feature, the default value or behavior may change in a future release!

Redaction is limited to searchable text content in the page. Image and vector content will not be removed at this time (but may be in a future release). This means that images of text or text which has been vectorized will remain in the output PDF document!

Any character / glyph touching or inside the bounds of the newly added PdfWhiteoutShapes will be removed from the page content stream. This may cause unexpected results if text is overlapping or close together.

Additionally, no redaction will be done on any metadata, annotations, form fields, file attachments, or other aspects of the PDF.

REMINDER: RAD PDF is licensed "AS IS"! Red Software makes NO WARRANTY as to the accuracy or performance of its features, including its redaction features. This feature should NOT be not be relied upon for any mission-critical uses or anywhere occasional content errors can not be tolerated. This feature is experimental and may not always or fully remove the desired content as expected.

As this feature is experimental, this property name may change in a future release.

See Also