Default printing page size
Supported on: Microsoft Edge version 86, Windows 7 or later
Registry
HKLM
Software\Policies\Microsoft\Edge HKCU
Software\Policies\Microsoft\Edge Options
PrintingPaperSizeDefault text Description
Overrides default printing page size. Name should contain one of the listed formats or 'custom' if required paper size isn't in the list. If 'custom' value is provided custom_size property should be specified. It describes the desired height and width in micrometers. Otherwise custom_size property shouldn't be specified. Policy that violates these rules is ignored. If the page size is unavailable on the printer chosen by the user, this policy is ignored. Example value: { "custom_size": { "height": 297000, "width": 210000 }, "name": "custom" } Compact example value: {"custom_size": {"height": 297000, "width": 210000}, "name": "custom"}