void SetZoom( double dPercentage )
double dPercentage
The percentage of normal size to which the LISTING output document window should be zoomed. The percentage must be in the range 4 to 6398. To return to normal size, set dPercentage to
100.
This method zooms the LISTING output document window.
You can also zoom the LISTING output document window by holding down CTRL while rolling the mouse wheel.
OutputDocument.GetDefault().SetZoom( 150 ); x = ranuni( T(1:5) ); print x;