Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Images Property


In This Topic
Images Property
In This Topic
Gets a collection of all the image tags in the document.
Syntax
'Declaration
 
ReadOnly Property Images As IWebElement()
 
'Usage
 
Dim instance As IWebDocument
Dim value() As IWebElement
 
value = instance.Images
See Also