Aspose.Imaging by Aspose

<PackageReference Include="Aspose.Imaging" Version="19.6.0" />

.NET API 7,691,328 bytes

 SplitStreamContainer

Represents split stream container which contains the stream and provides stream processing routines.
public object SyncRoot { get; }

Gets an object that can be used to synchronize access to the synchronized resource.

Initializes a new instance of the SplitStreamContainer class.

public SplitStreamContainer(Stream stream, bool disposeStream)

Initializes a new instance of the SplitStreamContainer class.

public SplitStreamContainer(StreamContainer stream, bool disposeStream)

Initializes a new instance of the SplitStreamContainer class.

public void Insert(int position, StreamContainer stream, bool disposeStream)

Inserts the stream container into specified position.