Click or drag to resize

CPDFDocumentRotatePage Method

Rotates page at the specified index number.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool RotatePage(
	int pageIndex,
	int rotation
)

Parameters

pageIndex
Type: SystemInt32
The specified index number.
rotation
Type: SystemInt32
Rotation Angle value; Value is: -3,-2,-1,0,1,2,3

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also