←Select platform

Blurred Property

Summary

A value that indicates whether an image is blurred.

Syntax
C#
VB
Objective-C
C++
Java
public bool Blurred { get; } 
Public ReadOnly Property Blurred As Boolean 
@property (nonatomic, assign, readonly) BOOL blurred 
public boolean getBlurred() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly