VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Data Namespace / VintasoftBufferedStream Class / CanWrite Property
Syntax Requirements SeeAlso
    CanWrite Property (VintasoftBufferedStream)
    Gets a value indicating whether the current stream supports writing.
    Syntax
    'Declaration
    
    Public Overrides ReadOnly Property CanWrite As Boolean
    
    
     

    Return Value

    true - if the stream supports writing; false - if the stream is closed or was opened with read-only access.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also