RasterFrame_RotOrientationRight¶
Rotate the orientation of the raster frame to the right.
RasterFrame_RotOrientationRight(imgDocRef{; frameIdx})
imgDocRef | Text | The raster document reference. |
frameIdx | Longint | The index of the image frame. |
Change the orientation property of the raster frame so that it gets rotated 90º clockwise from its current orientation.
Parameter imgDocRef
is the raster document reference. If imgDocRef
refers
to a PDF document, this method does nothing.
Parameter frameIdx
is the index of the image frame. Passing 0
or omitting this
parameter is the same as passing 1.
Note
This method does not modify the raster frame’s pixels, but rather changes
the frame’s orientation
property to reflect the requested transformation.
Note
This is a convenience method built on top of the RasterFrame_SetOrientation
method.