Gets or sets the red colorization component (from 0 to 100).
Namespace:  Bytescout.Watermarking
Assembly:  Bytescout.Watermarking (in Bytescout.Watermarking.dll)

Syntax

Visual Basic (Declaration)
Public Property ColorizeRed As Integer
C#
public int ColorizeRed { get; set; }
Visual C++
public:
property int ColorizeRed {
        int get ();
        void set (int value);
}
JavaScript
function get_colorizeRed();
function set_colorizeRed(value);

Field Value

The colorize red.

See Also