C#
VB
C++
Gets or sets the rotation angle
[DataMemberAttribute(Name="Angle", IsRequired=true)]
public int Angle { get; set; }
<DataMemberAttribute(Name="Angle", IsRequired=True)>
Public Property Angle As Integer
[DataMemberAttribute(Name="Angle", IsRequired=true)]
public:
property int Angle {
int get();
void set ( int );
}
Hundredths of degrees to rotate (+/-). This can be a number from 1 to 36,000. A positive value will rotate the image in a clockwise rotation, while a negative value will rotate the image in a counter-clockwise rotation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET