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