通过


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.

注解

此高度度量适用于纸张的纵向。 Width只能为自定义PaperSize对象设置属性值和Height属性值。

适用于

另请参阅