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

Show in webframe

Status Property (InvertedTextCommandEventArgs)








Gets or sets the status of the inverted text process.
Syntax
public RemoveStatus Status {get; set;}
'Declaration
 
Public Property Status As RemoveStatus
'Usage
 
Dim instance As InvertedTextCommandEventArgs
Dim value As RemoveStatus
 
instance.Status = value
 
value = instance.Status
public RemoveStatus Status {get; set;}
@property (nonatomic, assign) LTRemoveStatus status;
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 inverted text process.
Example
Refer to InvertedTextCommand.
Requirements

Target Platforms

See Also

Reference

InvertedTextCommandEventArgs Class
InvertedTextCommandEventArgs Members

Error processing SSI file