Accusoft PDF Xpress Control v7.0
SetRotationOfPage Method
The page number representing the page to be rotated.
The angle to which the page rotation will be set.
Description
Sets the rotation of the specified page.
Syntax
Visual Basic
Public Sub SetRotationOfPage( _
   ByVal PageNumber As Long, _
   ByVal rotationAngle As PDF_RotateAngle _
) 
Parameters
PageNumber
The page number representing the page to be rotated.
rotationAngle
ValueDescription
PDF_RotateAngle_0Rotate zero degrees.
PDF_RotateAngle_180Rotate clockwise 180 degrees.
PDF_RotateAngle_270Rotate clockwise 270 degrees.
PDF_RotateAngle_90Rotate clockwise 90 degress.
PDF_RotateAngle_OtherAny other clockwise rotate angle. However, PDF_RotateAngle_Other is not allowed for setting the rotation of the page and will return an invalid parameter error if it is used in SetRotationOfPage.
The angle to which the page rotation will be set.
See Also

PdfDocument Object  | PdfDocument Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback