C#
VB
C++
Amount by which the method rotates the image.
[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 );
}
Amount by which the method rotates the image. The amount of rotation is expressed in hundredths of degrees. For example, 500 means 5 degrees clockwise. Valid values range from -2000 through 2000.
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