HtmlToImageConvertUrlToFile Method
Converts the HTML document from the given URL to an image file in a given format
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void ConvertUrlToFile(
string url,
ImageFormats format,
string outImageFile
)
Public Sub ConvertUrlToFile (
url As String,
format As ImageFormats,
outImageFile As String
)
public:
void ConvertUrlToFile(
String^ url,
ImageFormats format,
String^ outImageFile
)
member ConvertUrlToFile :
url : string *
format : ImageFormats *
outImageFile : string -> unit
Parameters
- url String
- The URL of the document to convert
- format ImageFormats
- The image format
- outImageFile String
- The full path of the output image file