menu

WinForms

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

    Show / Hide Table of Contents

    Class DocIOtoWordMLConverter

    Represents the implementation for converting Word document to Word XML file.

    Inheritance
    System.Object
    DocIOtoWordMLConverter
    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.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class DocIOtoWordMLConverter

    Constructors

    DocIOtoWordMLConverter()

    Initializes a new instance of the DocIOtoWordMLConverter class.

    Declaration
    public DocIOtoWordMLConverter()

    Methods

    Convert(IWordDocument, String)

    Converts DLS XML to Word ML file.

    Declaration
    public void Convert(IWordDocument doc, string pathToWordML)
    Parameters
    Type Name Description
    IWordDocument doc

    The IWordDocument to be converted to DLS XML file.

    System.String pathToWordML

    The string that specifies the path to Word ML.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved