Gets or sets the dithering algorithm used when imaging documents.
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<DitheringAlgorithm> DitheringAlgorithm { get; set; }
public Nullable<DitheringAlgorithm> DitheringAlgorithm { get; set; }
Public Property DitheringAlgorithm As Nullable(Of DitheringAlgorithm)
Get
Set
Public Property DitheringAlgorithm As Nullable(Of DitheringAlgorithm)
Get
Set
public:
property Nullable<DitheringAlgorithm> DitheringAlgorithm {
Nullable<DitheringAlgorithm> get ();
void set (Nullable<DitheringAlgorithm> value);
}
public:
property Nullable<DitheringAlgorithm> DitheringAlgorithm {
Nullable<DitheringAlgorithm> get ();
void set (Nullable<DitheringAlgorithm> value);
}
member DitheringAlgorithm : Nullable<DitheringAlgorithm> with get, set
member DitheringAlgorithm : Nullable<DitheringAlgorithm> with get, set
Property Value
Type:
NullableDitheringAlgorithm
Corresponds to the Dithering Algorithm option in the Native Imaging Engine Options section.
Reference