Table of Contents

Method AsStream

Namespace
DisCatSharp.Common.Utilities
Assembly
DisCatSharp.Common.dll

AsStream(ImageFormat)

Converts the waveform image to a Stream.

public Stream AsStream(ImageFormat format = ImageFormat.Png)

Parameters

format ImageFormat

The image format. Defaults to Png.

Returns

Stream