Gets or sets the blue colorization component
(from 0 to 100).
Namespace: Bytescout.WatermarkingAssembly: Bytescout.Watermarking (in Bytescout.Watermarking.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property ColorizeBlue As Integer |
| C# |
|---|
public int ColorizeBlue { get; set; } |
| Visual C++ |
|---|
public: property int ColorizeBlue { int get (); void set (int value); } |
| JavaScript |
|---|
function get_colorizeBlue(); function set_colorizeBlue(value); |