The following code example uses the Height property.
| C# | Copy Code |
|---|---|
Document doc = tab.MainDocument;
int height = doc.Height; | |
| PHP | Copy Code |
|---|---|
$doc = $tab->MainDocument; $height = $doc->Height; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family