Click or drag to resize
GDFileRandomAccessStreamCanWrite Property
Gets a value that indicates whether the stream can be written to.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool CanWrite { get; }

Property Value

Type: Boolean
True if the stream can be written to. Otherwise, false.

Implements

IRandomAccessStreamCanWrite
See Also