Get a string array of all unique Image Sources in the body Html. This is the collection of the value of src attribute of all <img tags in the body html.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Function GetImageSrcs() As String()
C#
public string[] GetImageSrcs()
C++
public:
 array<String>^ GetImageSrcs() sealed 
J#
public string[] GetImageSrcs()
JScript
public  function GetImageSrcs() : String[]

See Also