RasterFrame_FlipOrientationHorzΒΆ
Flip the orientation of the raster frame horizontally.
RasterFrame_FlipOrientationHorz(imgDocRef{; frameIdx})
imgDocRef | Text | The raster document reference. |
frameIdx | Longint | The index of the raster frame. |
Change the orientation property of the raster frame so that it gets flipped horizontally 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.