PdfPageDeskewAngle Property  | 
 
            Gets or sets a value representing the angle which this page has been deskewed / straightened (in degrees).
            
 
    Namespace: 
   RadPdf.Data.Document.Pages
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic double DeskewAngle { get; set; }Public Property DeskewAngle As Double
	Get
	Set
Property Value
Type: 
Double
Remarks
            A page should only be deskewed between -45 and 45 degrees.
            
See Also