Class HtmlToPdf
Namespace: SuperOffice.CRM.Documents
Assembly: SoDataBase.dll
Syntax
public class HtmlToPdf : Object
Constructors
HtmlToPdf()
Declaration
public HtmlToPdf()
Methods
ConvertHtmlToPdf(String, Stream)
Declaration
public static Stream ConvertHtmlToPdf(string htmlAsString, Stream stream)
Parameters
Type | Name | Description |
---|---|---|
String | htmlAsString | |
Stream | stream |
Returns
Type | Description |
---|---|
Stream |
Extension Methods
EnumUtil.MapEnums<From, To>(From)