Click or drag to resize

PdfViewerRotatePage Method

Rotates the specified page to the specified angle.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
public void RotatePage(
	int pageIndex,
	PageRotate angle
)

Parameters

pageIndex  Int32
Zero-based index of a page for rotation.
angle  PageRotate
The angle which must be turned page
Remarks
The PDF page rotates clockwise. See PageRotate for details.
See Also