Error processing SSI file
LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Show in webframe

Radius Property






Gets or sets a value that indicates the size of the neighborhood used for blurring each pixel of the image.
Syntax
[DataMemberAttribute(Name="Radius", IsRequired=true)]
public int Radius {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Radius", IsRequired=True)>
Public Property Radius As Integer
'Usage
 
Dim instance As UnsharpMaskRequest
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius

            

            
[DataMemberAttribute(Name="Radius", IsRequired=true)]
public:
property int Radius {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the size of the neighborhood used for blurring each pixel of the image.
Requirements

Target Platforms

See Also

Reference

UnsharpMaskRequest Class
UnsharpMaskRequest Members

Error processing SSI file
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