Share via


PrintScale Property [Visio 2003 SDK Documentation]

Gets or sets how much drawings are reduced or enlarged when printed.

retVal = object**.PrintScale**

object**.PrintScale** = newValue

retVal     Double. The scale at which drawings are printed; 1.0 equals 100%.

object     Required. An expression that returns a Document object.

newValue     Required Double. The new scale value.

Version added

4.0

Remarks

The PrintScale property corresponds to the Adjust to setting on the Print Setup tab in the Page Setup dialog box (click Page Setup on the File menu). To print a drawing at half its size, specify 0.5. To print a drawing at twice its size, specify 2.0.

Applies to | Document object

See Also | PrintFitOnPages property