Method SaveToStream
SaveToStream(Stream, string)
Saves an image in the given stream.
public virtual bool SaveToStream(Stream stream, string mimetype)
Parameters
Returns
- bool
true
if the call succeeded,false
otherwise.
SaveToStream(Stream, BitmapType)
Saves an image in the given stream.
public virtual bool SaveToStream(Stream stream, BitmapType type)
Parameters
stream
StreamOutput stream
type
BitmapType
Returns
- bool
true
if the call succeeded,false
otherwise.