Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Image Class / Stream Property

In This Topic
    Stream Property (Image)
    In This Topic
    Gets the image stream, if Binding is equal to ImageBinding.Stream.
    Syntax
    'Declaration
     
    Public ReadOnly Property Stream As System.IO.Stream
    public System.IO.Stream Stream {get;}
    See Also