ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > FlipMarks Method |
Flips all marks on the page according with value of nFlipValue parameter. In contrast with Flip Method, it updates annotation coordinates. For text annotations (IG_ARTX_MARK_TEXT and similar), button and image (IG_ARTX_MARK_IMAGE and similar) it also updates mark orientation property.
FlipMarks(FlipValue As enumIGFlipValue, ImageRect As
IGRectangle, DeviceRect As IGRectangle)
Name | Description |
---|---|
FlipValue | Flip mode. See values of enumIGFlipModes Enumeration. |
ImageRect | Specifies bounding rectangle to flip annotations specified in image coordinate system. Typically it can be image rectangle. |
DeviceRect | Specifies bounding rectangle to flip annotations specified in device coordinate system. Typically it can be windows client rectangle. |
None
N/A