Link Search Menu Expand Document

Sound Constructor (Stream)

Creates a new sound initialized with the data from the specified stream.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Sound(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream that contains the data.
See Also

Reference