.NET Framework Class Library
DocumentViewer.RotatePage Method
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Methods > DocumentViewer.RotatePage Method |
Rotates the specified page to the specified angle. If -1 value is passed as the page number, then current page will be rotated.
Namespace: Gnostice.Controls.WinForms
Assembly: Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)
Visual Basic |
Public Sub RotatePage ( _ |
C# |
public void RotatePage( |
Visual C++ |
public: |
rotationAngle
Type: Gnostice.Core.Viewer.RotationAngle
Angle of rotation.
pageNumber (Optional)
Type: System.Int32
Number of the page whose contents need to be rotated.
IView.RotatePage(RotationAngle, Int32)