Click or drag to resize

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: 21.1.0
Syntax
public void SaveImageFromUrlToFile(
	string url,
	ImageFormat format,
	string outFile
)

Parameters

url  String
The web page URL
format  ImageFormat
The output image format
outFile  String
The output file full path
See Also