.NET Framework Class Library
DocumentViewer.RotatePage Method
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Methods > DocumentViewer.RotatePage Method |
Rotates specified page by specified angle.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Sub RotatePage ( _ |
C# |
public void RotatePage( |
Visual C++ |
public: |
rotationAngle
Type: Gnostice.Core.Viewer.RotationAngle
Angle by which the contents of the page needs to be rotated.
pageNumber (Optional)
Type: System.Int32
Number of the page whose contents needs to be rotated.
IView.RotatePage(RotationAngle, Int32)