MapPaperSize Property

Microsoft Word Visual Basic

expression.MapPaperSize

expression    Required. An expression that returns an Options object.

Remarks

This property affects only the printout of your document; its formatting is left unchanged.

Example

This example allows Microsoft Word to adjust paper size according to the country/region setting.

Options.MapPaperSize = True
		

This example returns the status of the Allow A4/Letter paper resizing option on the Print tab in the Options dialog box (Tools menu).

temp = Options.MapPaperSize