ImgConverterSaveImageFromUrlToFile Method |
This method produces a image from the specified URL in the specified format
and saves the image in the specified disk file. The existing file will be
overwritten
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public void SaveImageFromUrlToFile(
string url,
ImageFormat format,
string outFile
)
Public Sub SaveImageFromUrlToFile (
url As String,
format As ImageFormat,
outFile As String
)
Parameters
- url
- Type: SystemString
The web page URL - format
- Type: System.Drawing.ImagingImageFormat
The output image format - outFile
- Type: SystemString
The output file full path
See Also