Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void RotatePage(
PdfRotation angle
)
Public Sub RotatePage (
angle As PdfRotation
)
Parameters
- angle
- Type: RadPdf.Data.Document.CommonPdfRotation
The angle to which the current page should be rotated (relative to current orientation).
Remarks See Also