C#
VB
Java
WinRT C#
C++
Gets or sets a value that represents the status of the smoothing process.
public RemoveStatus Status { get; set; }
Public Property Status As Leadtools.Imageprocessing.Core.RemoveStatus
public Leadtools.Imageprocessing.Core.RemoveStatus Status {get; set;}
public RemoveStatus getStatus()
public void setStatus(RemoveStatus value)
<br/>get_Status();<br/>set_Status(value);<br/>Object.defineProperty('Status');
public:
property Leadtools.Imageprocessing.Core.RemoveStatus Status {
Leadtools.Imageprocessing.Core.RemoveStatus get();
void set ( Leadtools.Imageprocessing.Core.RemoveStatus );
}
Value that represents the status of the smoothing process.
Refer to SmoothCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET