Property Value
Type: System.Int32The width of the html element in pixels.
// find element HtmlElement he = tab.GetDocumentByAddress("0").FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); // get width int width = he.Width;
// find element $he = $tab->GetDocumentByAddress("0")->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); // get width $width = $he->Width;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.