SetOutputStream

CustomImageSavingArgs.SetOutputStream method

Set the Output Stream

public void SetOutputStream(Stream stream)
Parameter Type Description
stream Stream Output Stream

Exceptions

exception condition
ArgumentNullException Thrown when stream is null.

See Also