Click or drag to resize

PdfWhiteoutShapeRedactText Property

Gets or sets a value representing if the text content inside the bounds of this object should be deleted.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool RedactText { get; set; }

Property Value

Type: Boolean
Remarks

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

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 PdfWhiteoutShape 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