ImageGear .NET - Updated July 5, 2018
ViewRotationDegreesClockwise Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ViewRotationDegreesClockwise Property
Gets or sets the Rotation angle for display in the PageView control.
Syntax
'Declaration
 
<CategoryAttribute("PageView Properties")>
<DescriptionAttribute("This property enables you to provide rotation angle for viewing image in the PageView Control.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Property ViewRotationDegreesClockwise As Rotation
 
'Usage
 
Dim instance As PageView
Dim value As Rotation
 
instance.ViewRotationDegreesClockwise = value
 
value = instance.ViewRotationDegreesClockwise

Property Value

One of the values Rotation.
Remarks

The default is RotateNone.

This property enables you to provide rotation angle for viewing image in the PageView Control

See Also

Reference

PageView Class
PageView Members