SplitStreamContainer.Save
SplitStreamContainer.Save method
Saves (copies) the stream’s data to the specified stream.
public override void Save(Stream destinationStream, int bufferSize, long length)
Parameter | Type | Description |
---|---|---|
destinationStream | Stream | The stream to save the data to. |
bufferSize | Int32 | The buffer size. |
length | Int64 | The stream data length to copy. By default the length is set to Length value. |
See Also
- class SplitStreamContainer
- namespace Aspose.Imaging
- assembly Aspose.Imaging