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; }
Public Property ShowRedactedContentRegions As Boolean
Get
Set
public:
virtual property bool ShowRedactedContentRegions {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowRedactedContentRegions();
function set_ShowRedactedContentRegions(value);
Property Value
Type:
BooleanRemarks Default value is False.
Remarks The overlay region used RedactedContentColor as a fill color.
See Also