PaperSize.Height Property

Definition

Gets or sets the height of the paper, in hundredths of an inch.

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

Property Value

The height of the paper, in hundredths of an inch.

Exceptions

The Kind property is not set to Custom.

Remarks

This height measurement is for the portrait orientation of the paper. The Width and Height property values can be set only for custom PaperSize objects.

Applies to

See also