共用方式為


PageResolution.X 屬性

定義

取得水平頁面解析度 (單位為 DPI)。

public:
 property Nullable<int> X { Nullable<int> get(); };
public int? X { get; }
member this.X : Nullable<int>
Public ReadOnly Property X As Nullable(Of Integer)

屬性值

Int32 值,表示水平頁面解析度。

備註

對於大部分的印表機而言,這個值是紙張維度,其垂直於印表機的紙張移動方向,而且 Y 是與紙張移動方向平行的紙張維度。 這兩個值通常相同。

適用於