SplitStreamContainer.ToBytes
ToBytes()
Converts the stream data to the Byte array.
public override byte[] ToBytes()
Return Value
The stream data converted to the Byte array.
See Also
- class SplitStreamContainer
- namespace Aspose.Imaging
- assembly Aspose.Imaging
ToBytes(long, long)
Converts the stream data to the Byte array.
public override byte[] ToBytes(long position, long bytesCount)
Parameter | Type | Description |
---|---|---|
position | Int64 | The position to start reading bytes from. |
bytesCount | Int64 | The bytes count to read. |
Return Value
The stream data converted to the Byte array.
See Also
- class SplitStreamContainer
- namespace Aspose.Imaging
- assembly Aspose.Imaging