PdfHtmlImage(String) Constructor
Creates an object to convert the HTML from a given URL to an image and render the resulted image
in the top left corner of the PDF page to which this object is added
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfHtmlImage(
string url
)
Public Sub New (
url As String
)
public:
PdfHtmlImage(
String^ url
)
new :
url : string -> PdfHtmlImage
Parameters
- url String
- The URL to convert