ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocxImporting - ASP.NETCore API Reference | Syncfusion WordDocument object to DocumentAdv object. ">

    Show / Hide Table of Contents

    Class DocxImporting

    Provides API for converting WordDocument object to DocumentAdv object.

    Inheritance
    System.Object
    DocxImporting
    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: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class DocxImporting

    Constructors

    DocxImporting()

    Initializes a new instance of the DocxImporting class.

    Declaration
    public DocxImporting()

    Methods

    ConvertToDocumentAdv(Stream, String)

    Converts the stream to DocumentAdv object.

    Declaration
    [Obsolete("This method has been deprecated. Use DocumentAdv.Load(Stream stream, FormatType formatType) method to load the document.")]
    public static DocumentAdv ConvertToDocumentAdv(Stream stream, string documentExtension)
    Parameters
    Type Name Description
    System.IO.Stream stream

    File Stream.

    System.String documentExtension

    Document Format.

    Returns
    Type Description
    DocumentAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved