HtmlToImageElement Constructor (String) |
Creates a URL to image converter element at the (0,0) location in PDF page.
The width of element in PDF page is the available width in PDF page and the height is auto determined.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public HtmlToImageElement(
string urlToConvert
)
Public Sub New (
urlToConvert As String
)
Parameters
- urlToConvert
- Type: SystemString
The URL to convert to PDF
See Also