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

Syntax

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

Field Value

The colorize green.

See Also