GemBox.CompoundFile Namespace
CompoundFile component provides easy and elegant way to access MS Ole 2 Compound Document files from your .NET applications. CompoundFile component only provides access to underlying streams and storages in the form of byte arrays. If you need data in the application specific form, you will need some component specialized for accessing XLS, DOC, PPT and other specific OLE 2 compound files.
Namespace hierarchy
Classes
Delegates
| Delegate |
Description |
|
GetStreamDataHandler
|
Delegate of the method used to retrieve data for the specific OLE 2 stream. |
|
VisitDirectoryEntryHandler
|
Delegate of the method called on every directory entry when VisitAll method is executed. |