Converts a HTML document from a given URL and produces a SVG document in a memory buffer

Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0

Syntax

C#
public byte[] ConvertUrlToMemory(
	string url
)
Visual Basic
Public Function ConvertUrlToMemory ( 
	url As String
) As Byte()
Visual C++
public:
array<unsigned char>^ ConvertUrlToMemory(
	String^ url
)

Parameters

url
Type: System..::..String
The URL of the HTML document to convert

Return Value

Type: array<Byte>[]()[][]
The SVG document as a memory buffer

See Also