HtmlToSvgConvertUrlToMemory Method
Converts a HTML document from a given URL and produces a SVG document in a memory buffer
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public byte[] ConvertUrlToMemory(
string url
)
Public Function ConvertUrlToMemory (
url As String
) As Byte()
public:
array<unsigned char>^ ConvertUrlToMemory(
String^ url
)
member ConvertUrlToMemory :
url : string -> byte[]
- url String
- The URL of the HTML document to convert
ByteThe SVG document as a memory buffer