ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / CanWrite Property

In This Topic
    CanWrite Property (NativeFileStream)
    In This Topic
    When overridden in a derived class, gets a value indicating whether the current stream supports writing.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanWrite As System.Boolean
    public override System.bool CanWrite {get;}

    Property Value

    true if the stream supports writing; otherwise, false.
    See Also