 | PdfViewerRotatePage Method |
Rotates the specified page to the specified angle.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxpublic void RotatePage(
int pageIndex,
PageRotate angle
)
Public Sub RotatePage (
pageIndex As Integer,
angle As PageRotate
)
public:
void RotatePage(
int pageIndex,
PageRotate angle
)
member RotatePage :
pageIndex : int *
angle : PageRotate -> unit public void RotatePage(
int pageIndex,
PageRotate angle
)
function RotatePage(pageIndex, angle);
Parameters
- pageIndex Int32
- Zero-based index of a page for rotation.
- angle PageRotate
- The angle which must be turned page
RemarksThe PDF page rotates clockwise. See
PageRotate for details.
See Also