Share via


PaperSize.Height 屬性

定義

取得或設定紙張的高度,以百分之一英吋為單位。

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

屬性值

紙張的高度,以百分之一英吋為單位。

例外狀況

Kind 屬性未設定為 Custom

備註

這個高度測量適用於紙張的直向。 WidthHeight 屬性值只能針對自定義PaperSize物件設定。

適用於

另請參閱