Gets or sets the dithering threshold used to determine how color pixels are converted to black and white. This integer value can range from 0 - 255.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public Nullable<int> DitheringThreshold { get; set; }
public Nullable<int> DitheringThreshold { get; set; }Public Property DitheringThreshold As Nullable(Of Integer)
Get
Set
Public Property DitheringThreshold As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> DitheringThreshold {
Nullable<int> get ();
void set (Nullable<int> value);
}
public:
property Nullable<int> DitheringThreshold {
Nullable<int> get ();
void set (Nullable<int> value);
}member DitheringThreshold : Nullable<int> with get, set
member DitheringThreshold : Nullable<int> with get, set
Property Value
Type:
NullableInt32
Corresponds to the Dithering Threshold option under the Native Imaging Engine Options tab.
Reference