Namespace: Spire.Pdf.HtmlConverter
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Image[] GetImagesFromString(
	string html,
	string baseUrl,
	ImageType type
)
Public Function GetImagesFromString ( 
	html As String,
	baseUrl As String,
	type As ImageType
) As Image()
public:
array<Image^>^ GetImagesFromString(
	String^ html, 
	String^ baseUrl, 
	ImageType type
)
member GetImagesFromString : 
        html : string * 
        baseUrl : string * 
        type : ImageType -> Image[] 

Parameters

html
String
baseUrl
String
type
ImageType

Return Value

array<Image>[]()[][]

See Also