menu

UWP

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

    Show / Hide Table of Contents

    Class CompoundFile

    This is compound file implementation based on standard COM-objects.

    Inheritance
    System.Object
    CompoundFile
    Implements
    ICompoundFile
    System.IDisposable
    Namespace: Syncfusion.CompoundFile.XlsIO.Native
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class CompoundFile : Object, ICompoundFile, IDisposable

    Constructors

    CompoundFile()

    Declaration
    public CompoundFile()

    Properties

    RootStorage

    Returns root storage object for this file.

    Declaration
    public ICompoundStorage RootStorage { get; }
    Property Value
    Type
    ICompoundStorage

    Methods

    Dispose()

    Frees all allocated resources.

    Declaration
    public void Dispose()

    Flush()

    Flushes all internal buffers.

    Declaration
    public void Flush()

    Save(Stream)

    Saves compound file into stream

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

    Stream to save data into.

    SaveILockBytesIntoStream(Stream)

    Saves internal ILockBytes into stream.

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

    Stream to save into.

    Implements

    ICompoundFile
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved