Click or drag to resize

RedactorAppearanceShowRedactedContentRegions Property

Specifies whether an overlay should be drawn in place of the redacted content. This option can be used to indicate the areas where the content was removed from without revealing the content itself.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool ShowRedactedContentRegions { get; set; }

Property Value

Type: Boolean
Remarks
Default value is False.
Remarks
The overlay region used RedactedContentColor as a fill color.
See Also