LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

Sharpness Property






Gets or sets the amount to change the sharpness.
Syntax
public int Sharpness {get; set;}
'Declaration
 
Public Property Sharpness As Integer
'Usage
 
Dim instance As SharpenActivity
Dim value As Integer
 
instance.Sharpness = value
 
value = instance.Sharpness
public int Sharpness {get; set;}
 get_Sharpness();
set_Sharpness(value);
public:
property int Sharpness {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SharpenActivity Class
SharpenActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.