| HtmlToPdfClientconvertHtmlString Method (String) | 
 
            Convert the specified HTML string to PDF.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic byte[] convertHtmlString(
	string htmlString
)
Public Function convertHtmlString ( 
	htmlString As String
) As Byte()
Parameters
- htmlString
- Type: SystemString
 HTML string with the content being converted.
Return Value
Type: 
ByteByte array containing the resulted PDF.
 See Also
See Also