Alexey Titov Asked: 2024-11-29 17:35:51 +0800 CST2024-11-29 17:35:51 +0800 CST 2024-11-29 17:35:51 +0800 CST 获取打印机的默认页面方向 772 我有一个 C# .NET 8.0 控制台应用程序,打算在 Windows 10 上运行。如何获取已安装打印机(比如说“Microsoft Print to PDF”)的默认页面方向?^ c# 1 个回答 Voted Best Answer Luuk 2024-11-29T18:05:48+08:002024-11-29T18:05:48+08:00 (来源:https://powershell.one/wmi/root/cimv2/win32_printerconfiguration#orientation ) Get-CimInstance -ClassName Win32_PrinterConfiguration | Select-Object -Property Name, Orientation 方向值(经过短暂测试后发现): 1 = 肖像 2 = 横向
(来源:https://powershell.one/wmi/root/cimv2/win32_printerconfiguration#orientation )
方向值(经过短暂测试后发现):