PrinterResolutionKind 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定打印机的分辨率。
public enum class PrinterResolutionKind
C#
public enum PrinterResolutionKind
C#
[System.Serializable]
public enum PrinterResolutionKind
type PrinterResolutionKind =
[<System.Serializable>]
type PrinterResolutionKind =
Public Enum PrinterResolutionKind
- 继承
- 属性
名称 | 值 | 说明 |
---|---|---|
Custom | 0 | 自定义分辨率。 |
Draft | -1 | 草稿品质的分辨率。 |
High | -4 | 高分辨率。 |
Low | -2 | 低分辨率。 |
Medium | -3 | 中等分辨率。 |
所有打印机都支持高、中、低和草稿,尽管它们可以生成相同的输出。
此枚举由 PrinterResolution、 PrinterSettings和 PageSettings 类使用。
有关打印的详细信息,请参阅 System.Drawing.Printing 命名空间概述。
产品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |