.NET Framework Class Library
DocumentViewer.RotatePages 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.RotatePages Method |
Rotate specified pages by specified angle.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Sub RotatePages ( _ |
C# |
public void RotatePages( |
Visual C++ |
public: |
rotationAngle
Type: Gnostice.Core.Viewer.RotationAngle
Angle with which the pages needs to be rotated.
pageRange (Optional)
Type: System.String
Pages whose contents need to be rotated.
IView.RotatePages(RotationAngle, String)