Interface IHtmlRenderer
Assembly: Syncfusion.HtmlConverter.Base.dll
Syntax
public interface IHtmlRenderer
Methods
GetDocumentImageStream(String, Double, Double)
Declaration
Stream GetDocumentImageStream(string url, double width, double height)
Parameters
Type |
Name |
Description |
System.String |
url |
|
System.Double |
width |
|
System.Double |
height |
|
Returns
GetDocumentImageStream(String, Double, Double, String, String)
Declaration
Stream GetDocumentImageStream(string url, double width, double height, string username, string password)
Parameters
Type |
Name |
Description |
System.String |
url |
|
System.Double |
width |
|
System.Double |
height |
|
System.String |
username |
|
System.String |
password |
|
Returns
GetDocumentImageStream(String, String, Double, Double)
Declaration
Stream GetDocumentImageStream(string htmlText, string baseUrl, double width, double height)
Parameters
Type |
Name |
Description |
System.String |
htmlText |
|
System.String |
baseUrl |
|
System.Double |
width |
|
System.Double |
height |
|
Returns
GetDocumentImageStream(String, String, Double, Double, String, String)
Declaration
Stream GetDocumentImageStream(string htmlText, string baseUrl, double width, double height, string username, string password)
Parameters
Type |
Name |
Description |
System.String |
htmlText |
|
System.String |
baseUrl |
|
System.Double |
width |
|
System.Double |
height |
|
System.String |
username |
|
System.String |
password |
|
Returns