HtmlToImageConvertUrlToImageParts Method
Converts the HTML document from the given URL to an image represented as an array of image parts
to avoid working with very large images in memory
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public byte[][] ConvertUrlToImageParts(
string url,
ImageFormats format
)
Public Function ConvertUrlToImageParts (
url As String,
format As ImageFormats
) As Byte()()
public:
array<array<unsigned char>^>^ ConvertUrlToImageParts(
String^ url,
ImageFormats format
)
member ConvertUrlToImageParts :
url : string *
format : ImageFormats -> byte[][]
- url String
- The URL of the document to convert
- format ImageFormats
- The image format
ByteAn array of image parts