RedactorAppearanceOverlay Property |
If RedactionOverlay is set to true, Redactor will draw an overlay
covering all redacted regions. The rest of properties in the
Appearance class defines visual properties of the overlay.
if false the overlay region will not be drawn.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Overlay { get; set; }
Public Property Overlay As Boolean
Get
Set
public:
virtual property bool Overlay {
bool get () sealed;
void set (bool value) sealed;
}
function get_Overlay();
function set_Overlay(value);
Property Value
Type:
BooleanSee Also