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

Show in webframe

Status Property (HolePunchRemoveCommandEventArgs)








Gets or sets the status of the hole punch removal process.
Syntax
public RemoveStatus Status {get; set;}
'Declaration
 
Public Property Status As RemoveStatus
'Usage
 
Dim instance As HolePunchRemoveCommandEventArgs
Dim value As RemoveStatus
 
instance.Status = value
 
value = instance.Status
public RemoveStatus Status {get; set;}
 <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 hole punch removal process.
Example
Refer to HolePunchRemoveCommand.
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommandEventArgs Class
HolePunchRemoveCommandEventArgs Members

Error processing SSI file