HtmlToImageConvertUrlToImage 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: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public Image[] ConvertUrlToImage(
string url
)
Public Function ConvertUrlToImage (
url As String
) As Image()
public:
array<Image^>^ ConvertUrlToImage(
String^ url
)
member ConvertUrlToImage :
url : string -> Image[]
- url String
- The URL of the document to convert
ImageAn array of image parts