Gets or sets the transparency color. This value will be ignored if the overall Transparency is used.
Namespace:  Bytescout.Watermarking
Assembly:  Bytescout.Watermarking (in Bytescout.Watermarking.dll)

Syntax

Visual Basic (Declaration)
Public Property TransparentColor As Color
C#
public Color TransparentColor { get; set; }
Visual C++
public:
property Color TransparentColor {
        Color get ();
        void set (Color value);
}
JavaScript
function get_transparentColor();
function set_transparentColor(value);

Field Value

The transparency color.

See Also