SoundGetSoundStream Method |
Gets the initial sound object of the Sound annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetSoundStream()
Public Function GetSoundStream As Obj
public:
virtual Obj^ GetSoundStream() sealed
function GetSoundStream();
Return Value
Type:
Obj 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