StreamContainer.ToBytes
ToBytes()
Converts the stream data to the Byte array.
public virtual byte[] ToBytes()
Return Value
The stream data converted to the Byte array.
See Also
- class StreamContainer
- namespace Aspose.PSD
- assembly Aspose.PSD
ToBytes(long, long)
Converts the stream data to the Byte array.
public virtual 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 StreamContainer
- namespace Aspose.PSD
- assembly Aspose.PSD