Click or drag to resize

SoundSetSoundStream Method

Sets the initial sound object of the Sound annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSoundStream(
	Obj sound_stream
)

Parameters

sound_stream
Type: pdftron.SDFObj
- An SDF object representing a sound stream.
Remarks
The sound stream is a sound object defining the sound that shall be played when the annotation is activated.
See Also