ExpertPdf Html to Pdf Converter Library
GetImageFromUrl Method (url, format)
NamespacesExpertPdf.HtmlToPdfImgConverterGetImageFromUrl(String, ImageFormat)
ExpertPdf Html to Pdf Converter Library
Gets an System.Drawing.Image object from the specified URL in the the specified System.Drawing.Imaging.ImageFormat format
Declaration Syntax
C#Visual BasicVisual C++
public Image GetImageFromUrl(
	string url,
	ImageFormat format
)
Public Function GetImageFromUrl ( 
	url As String,
	format As ImageFormat
) As Image
public:
Image^ GetImageFromUrl(
	String^ url, 
	ImageFormat^ format
)
Parameters
url (String)
The web page URL
format (ImageFormat)
The image format
Return Value
Image
The rendered System.Drawing.Image object

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)