Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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