Gets or sets the watermark transparency.
Namespace: Bytescout.WatermarkingAssembly: Bytescout.Watermarking (in Bytescout.Watermarking.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Transparency As Integer |
| C# |
|---|
public int Transparency { get; set; } |
| Visual C++ |
|---|
public: property int Transparency { int get (); void set (int value); } |
| JavaScript |
|---|
function get_transparency(); function set_transparency(value); |