LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Sharpness Property

Show in webframe





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:
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

See Also

Reference

SharpenActivity Class
SharpenActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.