Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Status Property (SmoothCommandEventArgs)








Gets or sets a value that represents the status of the smoothing process.
Syntax
public RemoveStatus Status {get; set;}
'Declaration
 
Public Property Status As RemoveStatus
'Usage
 
Dim instance As SmoothCommandEventArgs
Dim value As RemoveStatus
 
instance.Status = value
 
value = instance.Status
public 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 RemoveStatus Status {
   RemoveStatus get();
   void set (    RemoveStatus value);
}

Property Value

Value that represents the status of the smoothing process.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

Error processing SSI file