Class HtmlDocumentImporter
Defines members for importing HTML documents. This class is intended for internal usage.
Inheritance
System.Object
HtmlDocumentImporter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.FormatProviders.Html.Import
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class HtmlDocumentImporter
Constructors
HtmlDocumentImporter(HtmlImportSettings)
Initializes a new instance of the HtmlDocumentImporter class.
Declaration
public HtmlDocumentImporter(HtmlImportSettings importSettings)
Parameters
HtmlImportSettings
importSettings
The import settings. |
Methods
Import(Stream)
Imports the specified input.
Declaration
public RadDocument Import(Stream input)
Parameters
System.IO.Stream
input
The input. |
Returns
RadDocument
A RadDocument instance. |