Gets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area.
public int PitsDensity { get; set; }
Public Property PitsDensity As Integer
public int PitsDensity {get; set;}
get_PitsDensity();
set_PitsDensity(value);
Object.defineProperty('PitsDensity');
Density of the pits, 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 property = 1000 then the density of the pits = 100 (that is, the number of pits = 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