[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SoundObject.SetAudioDataStream

SetAudioDataStream Method

SetAudioDataStream(Stream)

Sets the audio data stream.

IMPORTANT: the stream will be read when the document is saved, so it should be available at that time.

Declaration
public void SetAudioDataStream(Stream stream)
Public Sub SetAudioDataStream(stream As Stream)
Parameters
Type Name Description
Stream stream

The Stream containing audio data.