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