HtmlToImageConvertUrlToMemory Method
Converts the HTML document from the given URL to an image in a given format
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public byte[] ConvertUrlToMemory(
string url,
ImageFormats format
)
- url String
- The URL of the document to convert
- format ImageFormats
- The image format
ByteThe image data in given format