Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedImageData Class / ToStream Method

In This Topic
    ToStream Method (EmbeddedImageData)
    In This Topic
    Creates and returns a stream containing the image bytes.
    Syntax
    'Declaration
     
    Public Overridable Function ToStream() As System.IO.Stream
    public virtual System.IO.Stream ToStream()

    Return Value

    A stream containing the image bytes.
    See Also