Options.MapPaperSize Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MapPaperSize As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.MapPaperSize

instance.MapPaperSize = value
bool MapPaperSize { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace