Gets or sets the amount to change the sharpness.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SharpenRequest
Dim value As Integer
instance.Sharpness = value
value = instance.Sharpness |
Property Value
The amount to change the sharpness. Valid values range from -1000 to +1000. Negative sharpness values decrease the sharpness of the image. Specify -1000 for minimum sharpness. Positive sharpness values increase the sharpness. Specify +1000 for maximum sharpness.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also