The PDF pages's intrinsic rotation, which is a clockwise angle expressed in multiples of 90 degrees.
Member | Value | Description |
---|---|---|
PDF_RotateAngle_0 | 0 | Rotate zero degrees. |
PDF_RotateAngle_180 | 180 | Rotate clockwise 180 degrees. |
PDF_RotateAngle_270 | 270 | Rotate clockwise 270 degrees. |
PDF_RotateAngle_90 | 90 | Rotate clockwise 90 degress. |
PDF_RotateAngle_Other | -1 | Any other clockwise rotate angle. |
This angle contributes to the default matrix used to transform page content when displayed or printed. Currently, this enumeration is used with the PageInfo object to report the intrinsic rotation. It does not support rotating a PDF page, as yet.