PdfDocument Object : SetRotationOfPage Method |
Visual Basic |
---|
Public Sub SetRotationOfPage( _ ByVal PageNumber As Long, _ ByVal rotationAngle As PDF_RotateAngle _ ) |
Value | Description |
---|---|
PDF_RotateAngle_0 | Rotate zero degrees. |
PDF_RotateAngle_180 | Rotate clockwise 180 degrees. |
PDF_RotateAngle_270 | Rotate clockwise 270 degrees. |
PDF_RotateAngle_90 | Rotate clockwise 90 degress. |
PDF_RotateAngle_Other | Any 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. |