menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextImporting - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextImporting

    Inheritance
    System.Object
    TextImporting
    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 TextImporting

    Constructors

    TextImporting()

    Create instance for the TextImporting.

    Declaration
    public TextImporting()

    Methods

    ConvertToDocumentAdv(Stream)

    Returns the DocumentAdv from the Text input.

    Declaration
    public DocumentAdv ConvertToDocumentAdv(Stream textStream)
    Parameters
    Type Name Description
    System.IO.Stream textStream
    Returns
    Type
    DocumentAdv

    ConvertToDocumentAdv(String)

    Declaration
    public DocumentAdv ConvertToDocumentAdv(string textstring)
    Parameters
    Type Name Description
    System.String textstring
    Returns
    Type
    DocumentAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved