NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PaperSize.Height

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

[Visual Basic]
Public Property Height As Integer
[C#]
public int Height {get; set;}
[C++]
public: __property int get_Height();
public: __property void set_Height(int);
[JScript]
public function get Height() : int;
public function set Height(int);

Property Value

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

Exceptions

Exception Type Condition
ArgumentException The paper size is not custom.

Remarks

This measurement is for the portrait orientation of the paper.

See Also

PaperSize Class | PaperSize Members | System.Drawing.Printing Namespace | Width