PrinterUnit 枚举

定义

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

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

字段

Display 0

默认单位(0.01 英寸)。

HundredthsOfAMillimeter 2

百分之一毫米(0.01 毫米)。

TenthsOfAMillimeter 3

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

ThousandthsOfAnInch 1

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

注解

PreviewPrintControllerPrinterSettingsPageSetupDialog 类使用此枚举。

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

适用于

另请参阅