'Declaration Public Overloads Overridable Sub SetCustomViewRotationAngle( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage, _
ByVal rotationAngleThe rotation angle, in degrees, for image in image viewer. Valid values are 0, 90, 180, 270.As System.Int32 _
)
public virtual void SetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage image,
System.Int32 rotationAngle
)
public: virtual void SetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage* image,
System.Int32 rotationAngle
)
public:
virtual void SetCustomViewRotationAngle(
Vintasoft.Imaging.VintasoftImage^ image,
System.Int32 rotationAngle
)
Parameters
- image
- An image.
- rotationAngle
- The rotation angle, in degrees, for image in image viewer. Valid values are 0, 90, 180, 270.