menu

Document Processing

DocIOtoWordMLConverter Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    DocIOtoWordMLConverter Class

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

    Inheritance
    System.Object
    DocIOtoWordMLConverter
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class DocIOtoWordMLConverter : Object

    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