Occurs when the user selects the menu or toolbar Page Settings - Rotate Right and the image is
rotated clockwise 90 degrees.
rotated clockwise 90 degrees.
Visual Basic |
---|
Public Event OnImageRotateRightFinish() |
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.
generate the "OnImageRotateRightStart" event, perform the rotate right operation, then
generate the "OnImageRotateRightFinish" event.