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