Gets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PitsDensity As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AgingCommand
Dim value As Integer
instance.PitsDensity = value
value = instance.PitsDensity |
C# | |
---|
public int PitsDensity {get; set;} |
C++/CLI | |
---|
public:
property int PitsDensity {
int get();
void set ( int value);
} |
Property Value
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.)
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also