Click or drag to resize
GDFileRandomAccessStreamCanRead Property
Gets a value that indicates whether the stream can be read from.

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

Property Value

Type: Boolean
True if the stream can be read from. Otherwise, false.

Implements

IRandomAccessStreamCanRead
See Also