OutputDocument.SetZoom

Prototypes

void SetZoom( double dPercentage )

Parameters

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.

Remarks

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.

Example
OutputDocument.GetDefault().SetZoom( 150 );

x = ranuni( T(1:5) );
print x;