menu

WinForms

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

    Show / Hide Table of Contents

    Interface ICompoundFile

    This interface gives access to compound file functionality.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.CompoundFile.DocIO
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public interface ICompoundFile : IDisposable

    Properties

    Directory

    Gets the directory.

    Declaration
    Directory Directory { get; }
    Property Value
    Type Description
    Directory

    The directory.

    RootStorage

    Returns root storage object for this file.

    Declaration
    ICompoundStorage RootStorage { get; }
    Property Value
    Type
    ICompoundStorage

    Methods

    Flush()

    Flushes content into internal buffer.

    Declaration
    void Flush()

    Save(Stream)

    Saves compound file into stream

    Declaration
    void Save(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream to save data into.

    Save(String)

    Saves compound file into file.

    Declaration
    void Save(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    Name of the file to save into.

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