ReadRCS(Stream, formatType) Constructor

Stream constructor.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal formatType As formatType = formatType.Colors _ 
)
This language is not supported or no code example is available.
public ReadRCS( 
Stream stream
formatType formatType = formatType.Colors 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

formatType
formatType

The format type. formatType.Classification is not supported.

Exception type Condition

EyeshotException

Thrown when trying to set formatType.Classification format type.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition