←Select platform

Blurred Property

Summary

A value that indicates whether an image is blurred.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Blurred { get; } 
Public ReadOnly Property Blurred As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly