Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public double DeskewAngle { get; set; }

Property Value

Type: Double
Remarks
A page should only be deskewed between -45 and 45 degrees.
See Also