GemBox.CompoundFile

Ole2CompoundFile Class

Represents an OLE 2 Compound Document.

For a list of all members of this type, see Ole2CompoundFile Members.

System.Object
   GemBox.CompoundFile.Ole2CompoundFile

public sealed class Ole2CompoundFile : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Compound document files are used to structure the contents of a document in the file. It is possible to divide the data into several streams, and to store these streams in different storages in the file. This way compound document files support a complete file system inside the file, the streams are like files in a real file system, and the storages are like sub directories.

To open a file / stream, use Load(string, bool) / Load(Stream, bool) method.

To save to a file / stream, use Save(string) / Save(Stream) method.

To access the root storage, use Root property.

Requirements

Namespace: GemBox.CompoundFile

Assembly: GemBox.CompoundFile (in GemBox.CompoundFile.dll)

See Also

Ole2CompoundFile Members | GemBox.CompoundFile Namespace