←Select platform

Status Property

Summary

Gets or sets a value that represents the status of the smoothing process.

Syntax
C#
VB
C++
Java
public RemoveStatus Status { get; set; } 
Public Property Status As RemoveStatus 
public RemoveStatus getStatus() 
public void setStatus(RemoveStatus value) 
public: 
property RemoveStatus Status { 
   RemoveStatus get(); 
   void set (    RemoveStatus ); 
} 

Property Value

Value that represents the status of the smoothing process.

Example

Refer to SmoothCommand.

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