Table of Contents

Method GetHeightForPageHeight

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

GetHeightForPageHeight(int)

Gets the height of the notebook for a given page height.

public int GetHeightForPageHeight(int pageHeight)

Parameters

pageHeight int

Page height.

Returns

int

The desired height of the notebook for the given page height.

Remarks

Use this to fit the notebook to a given page size.