PrinterUnit 枚举

定义

指定用于打印的多个度量单位。

public enum class PrinterUnit
public enum PrinterUnit
type PrinterUnit = 
Public Enum PrinterUnit
继承
PrinterUnit

字段

名称 说明
Display 0

默认单位(0.01 in.)。

ThousandthsOfAnInch 1

千分之一英寸(0.001 英寸)。

HundredthsOfAMillimeter 2

一毫米(0.01毫米)。

TenthsOfAMillimeter 3

一毫米(0.1毫米)的十分之一。

注解

PreviewPrintController PrinterSettingsPageSetupDialog类使用此枚举。

有关打印的详细信息,请参阅 System.Drawing.Printing 命名空间概述。

适用于

另请参阅