RedactorAppearanceNegativeOverlayColor Property |
NegativeOverlayColor defines the overlay background color in RGB color space for negative redactions.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Color NegativeOverlayColor { get; set; }
Public Property NegativeOverlayColor As Color
Get
Set
public:
virtual property Color NegativeOverlayColor {
Color get () sealed;
void set (Color value) sealed;
}
function get_NegativeOverlayColor();
function set_NegativeOverlayColor(value);
Property Value
Type:
ColorSee Also