ImageStream.CanRead Property

Definition

Indicates if you can read the stream.

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

Property Value

Boolean

bool

Indicates whether or not you can read the stream.

Implements

Applies to