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