public int Width {get;}
// get document Document doc = tab.MainDocument; // get width of the document int width = doc.Width;
$doc = $tab->MainDocument; $width = $doc->Width;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Document Class Document Members Height Property