ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearWebStream Class / CanWrite Property




In This Topic
    CanWrite Property
    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 Boolean
    'Usage
     
    Dim instance As ImGearWebStream
    Dim value As Boolean
     
    value = instance.CanWrite
    public override bool CanWrite {get;}
    public: __property bool get_CanWrite() override;
    public:
    property bool CanWrite {
       bool get() override;
    }

    Property Value

    Boolean value.
    See Also