Click or drag to resize

PdfPageRotatePage Method

Rotates this PdfPage (relative to its current Rotation).

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public void RotatePage(
	PdfRotation angle
)

Parameters

angle
Type: RadPdf.Data.Document.CommonPdfRotation
The angle to which the current page should be rotated (relative to current orientation).
Remarks
If the Rotation of the page is currently Rotation90 and angle is Rotation90, the resulting Rotation will be Rotation180.
See Also