PrinterUnit
PrinterUnit enumeration
表示支持的单位PageUnit
.
public enum PrinterUnit
价值观
姓名 | 价值 | 描述 |
---|---|---|
Inch | 0 | 将英寸指定为测量单位。 |
Pixel | 1 | 将设备像素指定为测量单位。 |
Point | 2 | 将打印机的点指定为测量单位。 |
Cm | 3 | 将厘米指定为度量单位。 |
Millimeter | 4 | 指定毫米为测量单位。 |
表示支持的单位PageUnit
.
public enum PrinterUnit
姓名 | 价值 | 描述 |
---|---|---|
Inch | 0 | 将英寸指定为测量单位。 |
Pixel | 1 | 将设备像素指定为测量单位。 |
Point | 2 | 将打印机的点指定为测量单位。 |
Cm | 3 | 将厘米指定为度量单位。 |
Millimeter | 4 | 指定毫米为测量单位。 |