Gets or sets a value that represents the dust density, expressed in tenths of percent of the image area.
public int DustDensity { get; set; }
Public Property DustDensity As Integer
public int DustDensity {get; set;}
get_DustDensity();
set_DustDensity(value);
Object.defineProperty('DustDensity');
Dust density, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this value = 1000 then dust density = 100 (that is, the number of dust points = the entire image area.)
Refer to AgingCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET