Page.Height Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Height property returns the height in points (72 points = 1 inch) of the paper size specified in the Page Setup dialog or through the PageSetup object.
public:
property int Height { int get(); };
public int Height { get; }
member this.Height : int
Public ReadOnly Property Height As Integer
Property Value
Remarks
For example, for an 8-1/2 by 11 inch page in portrait mode, the Height property returns 792 and the Width property returns 612.