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
)
Public Sub SetSoundStream (
sound_stream As Obj
)
public:
virtual void SetSoundStream(
[InAttribute] Obj^ sound_stream
) sealed
function SetSoundStream(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