_Application.MapPaperSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if documents formatted for the standard paper size of another country/region (for example, A4) are automatically adjusted so that they're printed correctly on the standard paper size (for example, Letter) of your country/region.
public:
property bool MapPaperSize { bool get(); void set(bool value); };
public bool MapPaperSize { get; set; }
Public Property MapPaperSize As Boolean