Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Blurred Property








A value that indicates whether an image is blurred.
Syntax
public bool Blurred {get;}
'Declaration
 
Public ReadOnly Property Blurred As Boolean
'Usage
 
Dim instance As BlurDetectionCommand
Dim value As Boolean
 
value = instance.Blurred
public bool Blurred {get;}
@property (nonatomic, assign, readonly) BOOL blurred
public boolean getBlurred()
 get_Blurred(); 
public:
property bool Blurred {
   bool get();
}

Property Value

True if the image is blurred, False if the image is not blurred.
Example
Refer to BlurDetectionCommand.
Requirements

Target Platforms

See Also

Reference

BlurDetectionCommand Class
BlurDetectionCommand Members

Error processing SSI file