Gets an System.Drawing.Image object from the specified URL in the
the specified System.Drawing.Imaging.ImageFormat format

C# | Visual Basic | Visual 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 )

- url (String)
- The web page URL
- format (ImageFormat)
- The image format

Image
The rendered System.Drawing.Image object
The rendered System.Drawing.Image object
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)