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: 16.0.0
public byte[] ConvertUrlToMemory(
string url,
ImageFormats format
)
Public Function ConvertUrlToMemory (
url As String,
format As ImageFormats
) As Byte()
public:
array<unsigned char>^ ConvertUrlToMemory(
String^ url,
ImageFormats format
)
member ConvertUrlToMemory :
url : string *
format : ImageFormats -> byte[]
- url String
- The URL of the document to convert
- format ImageFormats
- The image format
ByteThe image data in given format