Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SoundObject Class / SetAudioDataStream Method
The System.IO.Stream containing audio data.

In This Topic
    SetAudioDataStream Method
    In This Topic
    Sets the audio data stream.

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

    Syntax
    'Declaration
     
    Public Sub SetAudioDataStream( _
       ByVal stream As System.IO.Stream _
    ) 
    public void SetAudioDataStream( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The System.IO.Stream containing audio data.
    See Also