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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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