Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffReader Class / OwnStream Property

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