Insert

SplitStreamContainer.Insert method

Inserts the stream container into specified position.

public void Insert(int position, StreamContainer stream, bool disposeStream)
ParameterTypeDescription
positionInt32The position to insert to.
streamStreamContainerThe stream container to insert.
disposeStreamBooleanif set to true disposes stream.

Exceptions

exceptioncondition
FrameworkExceptionFramework exception

See Also