GetStreamDataHandler Delegate
Delegate of the method used to retrieve data for the specific OLE 2 stream.
public delegate byte[] GetStreamDataHandler(
Ole2Stream stream);
Parameters
-
stream
- OLE 2 stream for which data is needed.
Return Value
Array of bytes.
Requirements
Namespace:
GemBox.CompoundFile
Assembly: GemBox.CompoundFile (in GemBox.CompoundFile.dll)
See Also
GemBox.CompoundFile Namespace