menu

WinForms

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

    Show / Hide Table of Contents

    Interface IXDLSContentWriter

    Namespace: Syncfusion.DLS.XML
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IXDLSContentWriter

    Properties

    InnerWriter

    Declaration
    XmlWriter InnerWriter { get; }
    Property Value
    Type
    System.Xml.XmlWriter

    Methods

    WriteChildBinaryElement(String, Byte[])

    Declaration
    void WriteChildBinaryElement(string name, byte[] value)
    Parameters
    Type Name Description
    System.String name
    System.Byte[] value

    WriteChildElement(String, Object)

    Declaration
    void WriteChildElement(string name, object value)
    Parameters
    Type Name Description
    System.String name
    System.Object value

    WriteChildRefElement(String, Int32)

    Declaration
    void WriteChildRefElement(string name, int refToElement)
    Parameters
    Type Name Description
    System.String name
    System.Int32 refToElement

    WriteChildStringElement(String, String)

    Declaration
    void WriteChildStringElement(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value

    WriteImage(Image)

    Declaration
    void WriteImage(Image image)
    Parameters
    Type Name Description
    System.Drawing.Image image
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved