|
iDRS™ SDK 16
|
IStreamFactory represents an interface used for output stream creation. More...
#include <idrs_common.h>
IStreamFactory represents an interface used for output stream creation.
This interface can be used to create new streams for the output documents. Currently it is used for document split feature
Currently the sequence of calls is always CreateStream then CloseStream. However, integrators code should not reply on this assumption. There might be several CreateStream called before CloseStream