Interface IDensityData
Interface describing density data
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public interface IDensityData
Properties
AutoIndex
Indicates which channel (0 - 3) in Value has the strongest response, with greyness override
Declaration
int AutoIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |
Mode
Scan mode for this measurement
Declaration
ScanMode Mode { get; }
Property Value
| Type | Description |
|---|---|
| ScanMode |
Status
Density status for this value
Declaration
DensityStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| DensityStatus |
StatusLabel
Density status label for this value
Declaration
string StatusLabel { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Density values (4 channels, CMYK order)
Declaration
double[] Value { get; }
Property Value
| Type | Description |
|---|---|
| double[] |