Class CompoundFile
This is compound file implementation based on standard COM-objects.
Inheritance
System.Object
CompoundFile
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
System.IDisposable