Description Saves the active visualization view as a JPEG image on your hard drive with a user defined resolution.
Syntax SaveJPEGSize fname, width, height
Parameters fname As String Save the visualization to this file name.
width As Long Image width in pixels.
height As Long Image height in pixels.
Remarks This subroutine saves the current visualization view as a JPEG image on your hard drive with a user defined resolution. If no Visualization view available the subroutine sets an error and returns without saving the file.
See Also
|