Click or drag to resize

WavReader Constructor

Initializes a new instance of the WavReader class.

Namespace:  Atalasoft.PdfDoc.Generating.Multimedia
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WavReader(
	Stream stm
)

Parameters

stm
Type: System.IOStream
The stream to read from. The stream should be at the start of the file.
See Also