Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void DeskewPage(
double angle
)
Public Sub DeskewPage (
angle As Double
)
Parameters
- angle
- Type: SystemDouble
The angle to which the current page should be rotated (relative to current orientation).
Remarks
If the
DeskewAngle of the page is currently 1.0 degree and
angle is 1.0, the resulting
DeskewAngle will be 2.0.
See Also