ReadRCS(String, formatType) Constructor

File name constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
Optional ByVal formatType As formatType = formatType.Colors _ 
)
This language is not supported or no code example is available.
public ReadRCS( 
string fileName
formatType formatType = formatType.Colors 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name

formatType
formatType

The format type. formatType.Classification is not supported.

Exception type Condition

EyeshotException

Thrown when trying to set formatType.Classification.

.NET Framework

Supported in: 4.8

In this article

Definition