Click or drag to resize

PdfPageDeskewPage Method

Deskews this PdfPage (relative to its current DeskewAngle).

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public void DeskewPage(
	double angle
)

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