ExpertPdf Html to Pdf Converter Library
SaveImageFromHtmlFileToFile Method (htmlFilePath, format, outFile)
NamespacesExpertPdf.HtmlToPdfImgConverterSaveImageFromHtmlFileToFile(String, ImageFormat, String)
ExpertPdf Html to Pdf Converter Library
This method produces a image from the specified HTML file in the specified format and saves the image in the specified disk file. The existing file will be overwritten
Declaration Syntax
C#Visual BasicVisual C++
public void SaveImageFromHtmlFileToFile(
	string htmlFilePath,
	ImageFormat format,
	string outFile
)
Public Sub SaveImageFromHtmlFileToFile ( 
	htmlFilePath As String,
	format As ImageFormat,
	outFile As String
)
public:
void SaveImageFromHtmlFileToFile(
	String^ htmlFilePath, 
	ImageFormat^ format, 
	String^ outFile
)
Parameters
htmlFilePath (String)
The HTML file full path to be converted to image
format (ImageFormat)
The output image format
outFile (String)
The output file full path

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