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