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 Html
Declaration
public HtmlDocumentImporter(HtmlImportSettings importSettings)
Parameters
Html The import settings. |
Methods
Import(Stream)
Imports the specified input.
Declaration
public RadDocument Import(Stream input)
Parameters
System. The input. |
Returns
Rad A Rad |