CPDFDocumentRotatePage Method  | 
 
            Rotates page at the specified index number.
            
 
    Namespace: 
   ComPDFKit.PDFDocument
    Assembly:
   ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic 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: 
BooleanReturns true on success, false on failure.
See Also