Class HTMLExporting
Inheritance
System.Object
HTMLExporting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class HTMLExporting
Constructors
HTMLExporting()
Initializes a new instance of the HTMLExporting class.
Declaration
public HTMLExporting()
Methods
ConvertToHtml(DocumentAdv, Stream)
Return the string from the DocumentAdv and Stream
Declaration
public static string ConvertToHtml(DocumentAdv document, Stream htmlstream)
Parameters
Type | Name | Description |
---|---|---|
DocumentAdv | document | |
System.IO.Stream | htmlstream |
Returns
Type |
---|
System.String |