| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Document Class : Height Property |
// get document Document doc = tab.MainDocument; // get the height of document int height = doc.Height;
// get document $doc = $tab->MainDocument; // get the height of document $height = $doc->Height;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.