LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Sharpness Property

Show in webframe





Gets or sets the amount to change the sharpness.
Syntax
[DataMemberAttribute(Name="Sharpness", IsRequired=true)]
public int Sharpness {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Sharpness", IsRequired=True)>
Public Property Sharpness As Integer
'Usage
 
Dim instance As SharpenRequest
Dim value As Integer
 
instance.Sharpness = value
 
value = instance.Sharpness

            

            
[DataMemberAttribute(Name="Sharpness", IsRequired=true)]
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

SharpenRequest Class
SharpenRequest Members

 

 


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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features