Occurs when the user selects the menu or toolbar Page Settings - Rotate Right and the image is
rotated clockwise 90 degrees.
Syntax
Visual Basic
Public Event OnImageRotateRightFinish()
Remarks
When the user clicks on the menu or toolbar button for Page Settings - Rotate Right, it will first
generate the "OnImageRotateRightStart" event, perform the rotate right operation, then
generate the "OnImageRotateRightFinish" event.