Table of Contents

Interface IDensityData

Namespace
NixUniversalSDK
Assembly
NixUniversalSDK.dll

Interface describing density data

public interface IDensityData

Properties

AutoIndex

Indicates which channel (0 - 3) in Value has the strongest response, with greyness override

int AutoIndex { get; }

Property Value

int

Mode

Scan mode for this measurement

ScanMode Mode { get; }

Property Value

ScanMode

Status

Density status for this value

DensityStatus Status { get; }

Property Value

DensityStatus

StatusLabel

Density status label for this value

string StatusLabel { get; }

Property Value

string

Value

Density values (4 channels, CMYK order)

double[] Value { get; }

Property Value

double[]