Occurs when the image is scaled so that when the image is displayed on the monitor, it is approximately the same size as the original document. Some horizontal and vertical elements of the image may not be visible in the image window.
Visual Basic |
---|
Public Event OnImageZoomToFitActualSizeFinish() |
When the user clicks on the menu or toolbar button for Zoom To Fit - Actual Size, it will first
generate the "OnImageZoomToFitActualSizeStart" event, perform the scale operation, then
generate the "OnImageZoomToFitActualSizeFinish" event.
generate the "OnImageZoomToFitActualSizeStart" event, perform the scale operation, then
generate the "OnImageZoomToFitActualSizeFinish" event.