←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.