MapPaperSize Property

Applies To

Options object.

Description

True if documents formatted for another country's standard paper size (for example, A4) are automatically adjusted so that they're printed correctly on your country's standard paper size (for example, Letter). Read/write Boolean.

Remarks

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

See Also

Country property, PaperSize property.

Example

This example allows Word to adjust paper size according to the country 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