Gets or sets the watermark rotation angle.
Namespace:  Bytescout.Watermarking
Assembly:  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);

Field Value

The angle value in degrees.

See Also