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

In This Topic
    OwnStream Property (Image)
    In This Topic
    Gets a value indicating if the input stream should be closed when the Image is disposed.
    Syntax
    'Declaration
     
    Public ReadOnly Property OwnStream As System.Boolean
    public System.bool OwnStream {get;}
    See Also