通过


PrinterResolution.Y 属性

定义

获取垂直打印机分辨率(以每英寸点为单位)。

public:
 property int Y { int get(); void set(int value); };
public:
 property int Y { int get(); };
public int Y { get; set; }
public int Y { get; }
member this.Y : int with get, set
member this.Y : int
Public Property Y As Integer
Public ReadOnly Property Y As Integer

属性值

垂直打印机分辨率,以每英寸点为单位。

注解

如果未将 Kind 属性设置为 Custom,则 Y 属性的默认值为 -1。

适用于