Interface ICompoundFile
This interface gives access to compound file functionality.
Namespace: Syncfusion.CompoundFile.DocIO
Assembly: Syncfusion.DocIO.UWP.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. |