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:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public double DeskewAngle { get; set; }
Public Property DeskewAngle As Double
Get
Set
Property Value
Type:
DoubleRemarks
A page should only be deskewed between -45 and 45 degrees.
See Also