Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SoundObject Class / GetAudioDataStream Method

In This Topic
    GetAudioDataStream Method
    In This Topic
    Gets a System.IO.Stream object containing the audio data.

    IMPORTANT: that the stream should be disposed after usage.

    Syntax
    'Declaration
     
    Public Function GetAudioDataStream() As System.IO.Stream
    public System.IO.Stream GetAudioDataStream()

    Return Value

    The System.IO.Stream containing audio data, should be disposed after usage.
    See Also