rotation

Set the image rotation.
[read/write property] rotation([out, retval] int *rot) rotation([in] int rot)
This property sets the image rotation to 0, 90, 180, or 270 degrees, clockwise. The rotation setting affects all image generation functions. The resetParams function resets the rotation to its default value of 0.
VB:
pdf.rotation = 270
resetParams