ImageStream.CanWrite Property

Definition

Indicates if you can write to the stream.

public:
 property bool CanWrite { bool get(); };
bool CanWrite();
public bool CanWrite { get; }
var boolean = imageStream.canWrite;
Public ReadOnly Property CanWrite As Boolean

Property Value

Boolean

bool

Indicates whether or not you can write to the stream.

Implements

Applies to